diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-08 15:53:13 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-10 21:22:26 +0800 |
commit | ffce440e9743991bfcbea2b3b860a1dc85af7821 (patch) | |
tree | 6024f85aedb16c51bba5bc8a642ce367e7ccdebb /meta/conf | |
parent | 5ea93132cebf952f3fa818f4b814a994031dcfb0 (diff) | |
download | openembedded-core-ffce440e9743991bfcbea2b3b860a1dc85af7821.tar.gz openembedded-core-ffce440e9743991bfcbea2b3b860a1dc85af7821.tar.bz2 openembedded-core-ffce440e9743991bfcbea2b3b860a1dc85af7821.zip |
eglibc: add en-us locale generation
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eglibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eglibc.inc b/meta/conf/distro/include/poky-eglibc.inc index e15fb0f43d..3d2c362baf 100644 --- a/meta/conf/distro/include/poky-eglibc.inc +++ b/meta/conf/distro/include/poky-eglibc.inc @@ -32,4 +32,5 @@ LIBC_DEPENDENCIES = "libsegfault \ eglibc-gconv-cp1252 \ eglibc-gconv-iso8859-1 \ eglibc-gconv-iso8859-15 \ + locale-base-en-us \ locale-base-en-gb " |