From patchwork Fri Jun 10 08:07:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] task-core-lsb: Install libQtOpenGL* to lsb Date: Fri, 10 Jun 2011 08:07:51 -0000 From: Xiaofeng Yan X-Patchwork-Id: 5633 Message-Id: To: From: Xiaofeng Yan 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 --- 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 \