[poky] [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a lsb image

Xiaofeng Yan xiaofeng.yan at windriver.com
Wed May 25 00:03:46 PDT 2011


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

Fix bug [YOCTO #1020]
This patch is part of fixing bug [YOCTO #1020]. If another patch to install libQtOpenGL* to lsb image  is merged to poky,
then this bug will be fixed.For a lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled.
So I add this patch for passing lsb test.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
---
 meta-yocto/conf/distro/poky-lsb.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index eb1cf82..29f526d 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -6,4 +6,4 @@ DISTROOVERRIDES = "poky:linuxstdbase"
 DISTRO_FEATURES += "pam largefile"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
-
+QT_GLFLAGS = "-opengl"
-- 
1.7.0.4




More information about the poky mailing list