angstrom-2010.x.conf: Soft-assign IMAGE_LINGUAS

Make this a soft-assign so that you can override this in local.conf
(to blank them all out or just pick your locale).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Tom Rini
2011-04-07 10:57:57 -07:00
committed by Koen Kooi
parent 4d9ceca307
commit 47861c6bfd

View File

@@ -48,7 +48,7 @@ TOOLCHAIN_BRAND ?= ""
# (locales, UI transalations, help, etc. - useless for pros, but really
# helpful for common users).
# Also, it appears that no locales fit in 16Mb for now. "C" locale rules!
IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}'
IMAGE_LINGUAS ?= '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}'
# set feed path variables