[OE-core] [PATCH 1/1] task-core-lsb: Add absent libraries and commands to task-core-lsb.bb

Xiaofeng Yan xiaofeng.yan at windriver.com
Wed Jun 22 06:43:05 UTC 2011


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

Due to "tools-profile" and  "tools-testapps" were removed from variable \
"EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \
needed by LSB Test Suite were absent in an lsb image. I add these absent \
libraries to task-core-lsb.bb.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 9fbacf9..2ec63cc 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Small Image Tasks"
-PR = "r4"
+PR = "r5"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -54,6 +54,7 @@ RDEPENDS_task-core-lsb = "\
 
 RDEPENDS_task-core-sys-extended = "\
     binutils \
+    binutils-symlinks \
     chkconfig \
     curl \
     dhcp-client \
@@ -169,6 +170,9 @@ RDEPENDS_task-core-lsb-graphic-add = "\
     gdk-pixbuf-loader-bmp \
     gdk-pixbuf-loader-ani \
     liberation-fonts \
+    gtk+ \
+    atk \
+    libasound \
 "
 
 RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
-- 
1.7.0.4





More information about the Openembedded-core mailing list