Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1]libQtopenGL: Add library "libQtOpenGL*" to lsb image
@ 2011-06-10  8:07 Xiaofeng Yan
  2011-06-10  8:07 ` [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb Xiaofeng Yan
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-06-10  8:07 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Hi Saul,

I submit this patch for adding library "libQtopenGL*" to lsb image. We make lsb test on the following platform with default setting "mesa-xlib" so far.
emenlow, mpc8315e, qemux86,qemux86-64 ,jasperforest


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/opengl
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  task-core-lsb: Install libQtOpenGL* to lsb

 meta/recipes-extended/tasks/task-core-lsb.bb |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb
  2011-06-10  8:07 [PATCH 0/1]libQtopenGL: Add library "libQtOpenGL*" to lsb image Xiaofeng Yan
@ 2011-06-10  8:07 ` Xiaofeng Yan
  0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2011-06-10  8:07 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-10 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10  8:07 [PATCH 0/1]libQtopenGL: Add library "libQtOpenGL*" to lsb image Xiaofeng Yan
2011-06-10  8:07 ` [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb Xiaofeng Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox