aboutsummaryrefslogtreecommitdiffstats
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 17:59:38 +0100
commite79f19ef4fb59d6dc14ea139d4e4b132add80842 (patch)
tree190ece00e1c6847ba31cee7076966f990d38e648 /meta/recipes-extended
parent8691038efb0aca4a2cd61fce0c53d10092e48b75 (diff)
downloadopenembedded-core-e79f19ef4fb59d6dc14ea139d4e4b132add80842.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] 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 27671964dc..99ca839779 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 \