[OE-core] [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb

Xiaofeng Yan xiaofeng.yan at windriver.com
Fri Jun 10 08:07:51 UTC 2011


From: Xiaofeng Yan <xiaofeng.yan at 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.yan at 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





More information about the Openembedded-core mailing list