summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-06-22 13:18:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 16:57:35 +0100
commit3d710d277fa757952ce077b5910739ed07e9bb9e (patch)
tree7a3aa6f8b6c0f566f43ed4fd8fa84283900b67ba /meta/recipes-extended
parent0250ece17e50fde0f87833f0f1a7d203fcfb4343 (diff)
downloadpoky-3d710d277fa757952ce077b5910739ed07e9bb9e.tar.gz
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. (From OE-Core rev: 9fbef8144c5640b64b4485449f3ff697e95b5bfe) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/tasks/task-core-lsb.bb6
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 @@
3# 3#
4 4
5DESCRIPTION = "Create Small Image Tasks" 5DESCRIPTION = "Create Small Image Tasks"
6PR = "r4" 6PR = "r5"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -54,6 +54,7 @@ RDEPENDS_task-core-lsb = "\
54 54
55RDEPENDS_task-core-sys-extended = "\ 55RDEPENDS_task-core-sys-extended = "\
56 binutils \ 56 binutils \
57 binutils-symlinks \
57 chkconfig \ 58 chkconfig \
58 curl \ 59 curl \
59 dhcp-client \ 60 dhcp-client \
@@ -169,6 +170,9 @@ RDEPENDS_task-core-lsb-graphic-add = "\
169 gdk-pixbuf-loader-bmp \ 170 gdk-pixbuf-loader-bmp \
170 gdk-pixbuf-loader-ani \ 171 gdk-pixbuf-loader-ani \
171 liberation-fonts \ 172 liberation-fonts \
173 gtk+ \
174 atk \
175 libasound \
172" 176"
173 177
174RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\ 178RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\