From 47861c6bfd4027ddb6048755211b31aed17f0f28 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 7 Apr 2011 10:57:57 -0700 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- conf/distro/angstrom-2010.x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf index 32ce730..5b4643d 100644 --- a/conf/distro/angstrom-2010.x.conf +++ b/conf/distro/angstrom-2010.x.conf @@ -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