diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-06-22 13:18:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:56:11 +0100 |
commit | 9fbef8144c5640b64b4485449f3ff697e95b5bfe (patch) | |
tree | 8d47ffced5cd60c73a24849a68bdfc5d4a53ca32 /meta/recipes-extended | |
parent | 190a946e9a4213944e3ee675c4b3e18701698e87 (diff) | |
download | openembedded-core-9fbef8144c5640b64b4485449f3ff697e95b5bfe.tar.gz openembedded-core-9fbef8144c5640b64b4485449f3ff697e95b5bfe.tar.bz2 openembedded-core-9fbef8144c5640b64b4485449f3ff697e95b5bfe.zip |
task-core-lsb: Add absent libraries and commands to task-core-lsb.bb
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | 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 9fbacf90e6..2ec63ccd83 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 = "\ |