diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-04 14:51:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-04 23:23:18 +0000 |
commit | dc7e00d6e920813582b6d66e1e25732049dcd00c (patch) | |
tree | 613a310e072183c4a3ef3133c5b71d7e7a572161 /meta/recipes-extended | |
parent | ae2896a5cab4ca6671b16200a1b881413524add9 (diff) | |
download | poky-dc7e00d6e920813582b6d66e1e25732049dcd00c.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-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 = "\ | |||
163 | libx11-locale \ | 163 | libx11-locale \ |
164 | xorg-minimal-fonts \ | 164 | xorg-minimal-fonts \ |
165 | gdk-pixbuf \ | 165 | gdk-pixbuf \ |
166 | |||
167 | " | 166 | " |
168 | 167 | ||
169 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ | 168 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ |
@@ -183,13 +182,15 @@ RDEPENDS_task-poky-lsb-runtime-add = "\ | |||
183 | liburi-perl \ | 182 | liburi-perl \ |
184 | libxml-parser-perl \ | 183 | libxml-parser-perl \ |
185 | libxml-perl \ | 184 | libxml-perl \ |
185 | eglibc-localedata-posix \ | ||
186 | eglibc-extra-nss \ | 186 | eglibc-extra-nss \ |
187 | eglibc-localedatas \ | ||
188 | eglibc-gconvs \ | ||
189 | eglibc-charmaps \ | ||
190 | eglibc-binarys \ | ||
191 | eglibc-pcprofile \ | 187 | eglibc-pcprofile \ |
192 | eglibc-pic \ | 188 | eglibc-pic \ |
193 | eglibc-utils \ | 189 | eglibc-utils \ |
194 | |||
195 | " | 190 | " |
191 | |||
192 | # eglibc-localedatas \ | ||
193 | # eglibc-gconvs \ | ||
194 | # eglibc-charmaps \ | ||
195 | # eglibc-binarys \ | ||
196 | # | ||