[poky] [PATCH 2/2] task-core-lsb: Install libQtOpenGL* to lsb image
Xiaofeng Yan
xiaofeng.yan at windriver.com
Wed May 25 00:03:51 PDT 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 lsb image.
If a 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 | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index b6c5ae5..a0a359e 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -151,6 +151,7 @@ RDEPENDS_task-core-lsb-python-add = "\
RDEPENDS_task-core-lsb-graphic-add = "\
libqtcore4 \
libqtgui4 \
+ libqtopengl4 \
libqtsql4 \
libqtsvg4 \
libqtxml4 \
@@ -170,23 +171,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 \
-"
-
# mesa-dri
RDEPENDS_task-core-lsb-runtime-add = "\
--
1.7.0.4
More information about the poky
mailing list