netmodule-linux distro conf: Set IMAGE_LINGUAS to en_us
Get rid of en_gb by defining image linguas to en_us. BugzID: 54234 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
e0533cb69d
commit
6d08a24f22
|
|
@ -6,6 +6,7 @@ DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}"
|
||||||
DISTRO_CODENAME = "sumo"
|
DISTRO_CODENAME = "sumo"
|
||||||
SDK_VENDOR = "-netmodule"
|
SDK_VENDOR = "-netmodule"
|
||||||
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
||||||
|
IMAGE_LINGUAS = "en-us"
|
||||||
|
|
||||||
MAINTAINER = "Ramon Moesching <ramon.moesching@netmodule.com> \
|
MAINTAINER = "Ramon Moesching <ramon.moesching@netmodule.com> \
|
||||||
Alexander Bard <Alexandre.Bard@netmodule.com> \
|
Alexander Bard <Alexandre.Bard@netmodule.com> \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue