From: Xiaofeng Yan <[email protected]> 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.
Signed-off-by: Xiaofeng Yan <[email protected]> --- meta/recipes-extended/tasks/task-core-lsb.bb | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 2767196..350bc7d 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,15 +169,14 @@ RDEPENDS_task-core-lsb-graphic-add = "\ gdk-pixbuf-loader-ico \ gdk-pixbuf-loader-bmp \ gdk-pixbuf-loader-ani \ - liberation-fonts \ + gdk-pixbuf-xlib \ + liberation-fonts \ gtk+ \ atk \ libasound \ ${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \ " -# mesa-dri - RDEPENDS_task-core-lsb-runtime-add = "\ ldd \ pam-plugin-wheel \ -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
