From 3d710d277fa757952ce077b5910739ed07e9bb9e Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Wed, 22 Jun 2011 13:18:59 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/tasks/task-core-lsb.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended') 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 = "\ -- cgit v1.2.3-54-g00ecf