From 31a763d7bd97f57586c6bb9ec223bfa7e333d21c Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Thu, 12 May 2011 17:23:15 +0800 Subject: [PATCH] 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 Signed-off-by: Saul Wold --- meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend | 2 -- meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend create mode 100644 meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend 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 @@ -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 0000000000..e5911e3756 --- /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"