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>
This commit is contained in:
Xiaofeng Yan 2012-05-11 15:23:12 +08:00 committed by Richard Purdie
parent 95be1d650f
commit f755582792
1 changed files with 2 additions and 3 deletions

View File

@ -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 \