diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-05 14:20:52 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2011-03-05 09:44:29 -0800 |
commit | e7564dd6ac5d56fb92c0f05d1039c6458a0dea6b (patch) | |
tree | 6e29cc9d59b74e025043f062d168f97ab54b3ca1 | |
parent | 404d47cf579c24b126a9cb2783a3224aabb27810 (diff) | |
download | openembedded-core-e7564dd6ac5d56fb92c0f05d1039c6458a0dea6b.tar.gz openembedded-core-e7564dd6ac5d56fb92c0f05d1039c6458a0dea6b.tar.bz2 openembedded-core-e7564dd6ac5d56fb92c0f05d1039c6458a0dea6b.zip |
task-poky-lsb: Remove new eglibc-* packages
Remove the new eglibc packages that were part of another
patch and did not get cleanup here.
(From OE-Core rev: bddd9012d2a6393afceef752389d0006f2e47681)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 65b7565758..42fd8e0fca 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb @@ -163,7 +163,6 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ libx11-locale \ xorg-minimal-fonts \ gdk-pixbuf \ - " RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ @@ -183,13 +182,15 @@ RDEPENDS_task-poky-lsb-runtime-add = "\ liburi-perl \ libxml-parser-perl \ libxml-perl \ + eglibc-localedata-posix \ eglibc-extra-nss \ - eglibc-localedatas \ - eglibc-gconvs \ - eglibc-charmaps \ - eglibc-binarys \ eglibc-pcprofile \ eglibc-pic \ eglibc-utils \ - " + +# eglibc-localedatas \ +# eglibc-gconvs \ +# eglibc-charmaps \ +# eglibc-binarys \ +# |