[poky] [PATCH 1/1] poky-lsb: Compile library libQtOpenGL* for building an lsb image 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 an lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled. So I add this patch for passing lsb test.

Xiaofeng Yan xiaofeng.yan at windriver.com
Fri Jun 10 03:00:14 PDT 2011


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

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