[oe-commits] Xiaofeng Yan : task-core-lsb: Add libgdk-pixbuf-xlib to core-image-lsb

git at git.openembedded.org git at git.openembedded.org
Fri May 11 17:07:53 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e79f19ef4fb59d6dc14ea139d4e4b132add80842
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e79f19ef4fb59d6dc14ea139d4e4b132add80842

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Fri May 11 15:23:12 2012 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/tasks/task-core-lsb.bb |    5 ++---
 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 \





More information about the Openembedded-commits mailing list