From: Xiaofeng Yan <xiaofeng....@windriver.com> Fix bug [#YOCTO 1020] It is part of fixing bug [YOCTO #1020]. If another patch to add configuration for compiling qtopengl to poky-lsb.conf is merged to poky, \ then this bug will be fixed. LSB Test Suite need library "libQtOpenGL*" in an lsb image. If an image has "mesa-xlib" or "mesa-dri",\ then opegl will run on target platform.
Signed-off-by: Xiaofeng Yan <xiaofeng....@windriver.com> --- meta/recipes-extended/tasks/task-core-lsb.bb | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 9fbacf9..0ee4627 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 = "r4" +PR = "r5" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -156,6 +156,7 @@ RDEPENDS_task-core-lsb-graphic-add = "\ libqtsvg4 \ libqtxml4 \ libqtnetwork4 \ + libqtopengl4 \ libxt \ libxxf86vm \ libdrm \ @@ -171,18 +172,6 @@ RDEPENDS_task-core-lsb-graphic-add = "\ liberation-fonts \ " -RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\ - libqtopengl4 \ -" -RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\ - libqtopengl4 \ -" -RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\ - libqtopengl4 \ -" -RDEPENDS_task-core-lsb-graphic-add_emenlow = "\ - libqtopengl4 \ -" RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\ libqtopengl4 \ -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core