diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-05-12 17:23:15 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-13 10:04:55 -0700 |
commit | 31a763d7bd97f57586c6bb9ec223bfa7e333d21c (patch) | |
tree | 26a41823cb2da83b5d32f286dc12c30628b2a056 /meta-yocto/recipes-qt | |
parent | 65e5ebc1d27b0a6cb2e33596d6d32c536b857f0d (diff) | |
download | 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/recipes-qt')
-rw-r--r-- | meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend | 2 | ||||
-rw-r--r-- | meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 |
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 076ade2d0a..0000000000 --- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | QT_GLFLAGS_atom-pc = "-opengl" | ||
2 | |||
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 0000000000..e5911e3756 --- /dev/null +++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | QT_GLFLAGS_atom-pc = "-opengl" | ||
2 | QT_GLFLAGS_mpc8315e-rdb = "-opengl" | ||
3 | QT_GLFLAGS_emenlow = "-opengl" | ||