summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2012-05-11 15:23:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-11 18:00:27 +0100
commitf7555827928aa699bdbd43fa6c042b7b897f4cd9 (patch)
tree03f72c797b0379efb99c61945651d54c8eb9160b /meta/recipes-extended
parent95be1d650f3e2b580e4070ee49f752ab3ad3098a (diff)
downloadast2050-yocto-poky-f7555827928aa699bdbd43fa6c042b7b897f4cd9.zip
ast2050-yocto-poky-f7555827928aa699bdbd43fa6c042b7b897f4cd9.tar.gz
task-core-lsb: Add libgdk-pixbuf-xlib to core-image-lsb
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \ which are created by gdk-pixbuf_2.24.1.bb. So add this library to core-image-lsb for passing lsb test. [RP: Fix whitespace] (From OE-Core rev: e79f19ef4fb59d6dc14ea139d4e4b132add80842) 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.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 2767196..99ca839 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 = "r7"
+PR = "r8"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -169,6 +169,7 @@ RDEPENDS_task-core-lsb-graphic-add = "\
gdk-pixbuf-loader-ico \
gdk-pixbuf-loader-bmp \
gdk-pixbuf-loader-ani \
+ gdk-pixbuf-xlib \
liberation-fonts \
gtk+ \
atk \
@@ -176,8 +177,6 @@ RDEPENDS_task-core-lsb-graphic-add = "\
${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \
"
-# mesa-dri
-
RDEPENDS_task-core-lsb-runtime-add = "\
ldd \
pam-plugin-wheel \
OpenPOWER on IntegriCloud