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 | |
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')
-rw-r--r-- | meta/conf/distro/include/poky-eglibc.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 |
2 files changed, 2 insertions, 1 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 " diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index 9db1436ae6..fa6e6c3ab9 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb @@ -2,7 +2,7 @@ require eglibc.inc DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" -PR = "r10" +PR = "r11" EGLIBC_BRANCH="eglibc-2_12" SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ |