diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-25 08:22:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-25 08:22:01 +0000 |
commit | b4c4ff16989f00e9c014b2fff8e755024b3cb221 (patch) | |
tree | e83dd899dc568062d96227c76b58493a45af9b21 /meta/packages/glibc | |
parent | 5a5f497634542ec397058e1f89558bdf804c706d (diff) | |
download | openembedded-core-b4c4ff16989f00e9c014b2fff8e755024b3cb221.tar.gz openembedded-core-b4c4ff16989f00e9c014b2fff8e755024b3cb221.tar.bz2 openembedded-core-b4c4ff16989f00e9c014b2fff8e755024b3cb221.zip |
glibc: Remove hardcoded LIMIT_BUILT_LOCALES values
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2781 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc')
-rw-r--r-- | meta/packages/glibc/glibc_2.3.5+cvs20050627.bb | 2 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.4.bb | 2 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.5.bb | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb index 93a9806dbb..a7bf9b9582 100644 --- a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -13,8 +13,6 @@ GLIBC_EXTRA_OECONF ?= "" GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN" -LIMIT_BUILT_LOCALES = "en_GB" - # # For now, we will skip building of a gcc package if it is a uclibc one # and our build is not a uclibc one, and we skip a glibc one if our build diff --git a/meta/packages/glibc/glibc_2.4.bb b/meta/packages/glibc/glibc_2.4.bb index a997c9b1ae..c62c80aaf9 100644 --- a/meta/packages/glibc/glibc_2.4.bb +++ b/meta/packages/glibc/glibc_2.4.bb @@ -18,8 +18,6 @@ GLIBC_EXTRA_OECONF ?= "" GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET bn_BD gez_ER te_IN" -LIMIT_BUILT_LOCALES = "en_GB" - # # For now, we will skip building of a gcc package if it is a uclibc one # and our build is not a uclibc one, and we skip a glibc one if our build diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb index 7a1f284980..6432aefb8c 100644 --- a/meta/packages/glibc/glibc_2.5.bb +++ b/meta/packages/glibc/glibc_2.5.bb @@ -14,8 +14,6 @@ GLIBC_EXTRA_OECONF ?= "" GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN" -LIMIT_BUILT_LOCALES = "en_GB" - # # For now, we will skip building of a gcc package if it is a uclibc one # and our build is not a uclibc one, and we skip a glibc one if our build |