[OE-core] [PATCH 12/13] task-poky-lsb: Add packges needed by LSB Test Suite

Saul Wold sgw at linux.intel.com
Fri Mar 4 19:42:18 UTC 2011


From: Xiaofeng Yan <xiaofeng.yan at windriver.com>

These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-extended/tasks/task-poky-lsb.bb |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb
index ee3ca2c..65b7565 100644
--- a/meta/recipes-extended/tasks/task-poky-lsb.bb
+++ b/meta/recipes-extended/tasks/task-poky-lsb.bb
@@ -114,6 +114,7 @@ RDEPENDS_task-poky-misc = "\
     gettext \
     groff \
     lsb \
+    lsbsetup \
     lsof \
     man \
     man-pages \
@@ -129,6 +130,7 @@ RDEPENDS_task-poky-lsb-command-add = "\
     fontconfig-utils \
     mailx \
     msmtp \
+    chkconfig \
 "
 #    cups
 
@@ -158,6 +160,10 @@ RDEPENDS_task-poky-lsb-graphic-add = "\
     libxi \
     libxtst \
     qt4-plugin-sqldriver-sqlite \
+    libx11-locale \
+    xorg-minimal-fonts \
+    gdk-pixbuf \
+
 "
 
 RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\
@@ -173,9 +179,17 @@ RDEPENDS_task-poky-lsb-runtime-add = "\
     ldd \
     pam-plugin-wheel \
     e2fsprogs-mke2fs \
-    eglibc-localedata-posix \
     mkfontdir \
     liburi-perl \
     libxml-parser-perl \
     libxml-perl \
+    eglibc-extra-nss \
+    eglibc-localedatas \
+    eglibc-gconvs \
+    eglibc-charmaps \
+    eglibc-binarys \
+    eglibc-pcprofile \
+    eglibc-pic \
+    eglibc-utils \
+
 "
-- 
1.7.1.1





More information about the Openembedded-core mailing list