]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Qt4OpenGL: Enable libopengl for platform emenlow and mpc8315e-rdb
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Thu, 12 May 2011 09:23:15 +0000 (17:23 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 13 May 2011 17:04:55 +0000 (10:04 -0700)
LSB Test Suite need library libQtOpenGL.*, so I add them to yocto. It is a part of the solution for bug [YOCTO #1020]
After Intel enable this configuration for x86-64 hardware, [YOCTO #1020] can be closed.

[sgw: updated version based on update from oe-core]
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend [deleted file]
meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend [new file with mode: 0644]

diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
deleted file mode 100644 (file)
index 076ade2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-QT_GLFLAGS_atom-pc = "-opengl"
-
diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
new file mode 100644 (file)
index 0000000..e5911e3
--- /dev/null
@@ -0,0 +1,3 @@
+QT_GLFLAGS_atom-pc = "-opengl"
+QT_GLFLAGS_mpc8315e-rdb = "-opengl"
+QT_GLFLAGS_emenlow = "-opengl"