]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-core-lsb: Add absent libraries and commands to task-core-lsb.bb
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Wed, 22 Jun 2011 05:18:59 +0000 (13:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 15:56:11 +0000 (16:56 +0100)
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@windriver.com>
meta/recipes-extended/tasks/task-core-lsb.bb

index 9fbacf90e6d555bd2e9512570d45f40bef91e13f..2ec63ccd83773e0390740ff2b0bcd12a9fe6f952 100644 (file)
@@ -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 = "\