[oe-commits] Koen Kooi : qt4-x11-free: fix up GLES recipe

git version control git at git.openembedded.org
Fri Mar 18 19:46:21 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b610b316d431f832086782a27ec9d872814a0e86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b610b316d431f832086782a27ec9d872814a0e86

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Mar 18 20:41:06 2011 +0100

qt4-x11-free: fix up GLES recipe

As with the 4.6.x version, this will only build if you don't have regular qt/x11 in staging. If you do, you will get QGL:: link failures.

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/qt4/qt4-x11-free-gles_4.7.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/qt4/qt4-x11-free-gles_4.7.2.bb b/recipes/qt4/qt4-x11-free-gles_4.7.2.bb
index 70699ce..c5fd6f3 100644
--- a/recipes/qt4/qt4-x11-free-gles_4.7.2.bb
+++ b/recipes/qt4/qt4-x11-free-gles_4.7.2.bb
@@ -1,5 +1,7 @@
+DEFAULT_PREFERENCE = "-1"
+
 require qt4-x11-free.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.7"
 
 QT_GLFLAGS = "-opengl es2 -depths 16,24,32 "
 





More information about the Openembedded-commits mailing list