summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-05-12 17:23:15 +0800
committerSaul Wold <sgw@linux.intel.com>2011-05-13 10:04:55 -0700
commit31a763d7bd97f57586c6bb9ec223bfa7e333d21c (patch)
tree26a41823cb2da83b5d32f286dc12c30628b2a056 /meta-yocto
parent65e5ebc1d27b0a6cb2e33596d6d32c536b857f0d (diff)
downloadast2050-yocto-poky-31a763d7bd97f57586c6bb9ec223bfa7e333d21c.zip
ast2050-yocto-poky-31a763d7bd97f57586c6bb9ec223bfa7e333d21c.tar.gz
Qt4OpenGL: Enable libopengl for platform emenlow and mpc8315e-rdb
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend2
-rw-r--r--meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend3
2 files changed, 3 insertions, 2 deletions
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
index 076ade2..0000000
--- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
+++ /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
index 0000000..e5911e3
--- /dev/null
+++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
@@ -0,0 +1,3 @@
+QT_GLFLAGS_atom-pc = "-opengl"
+QT_GLFLAGS_mpc8315e-rdb = "-opengl"
+QT_GLFLAGS_emenlow = "-opengl"
OpenPOWER on IntegriCloud