aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt3d_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-20 14:42:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-25 12:14:12 +0200
commit3da4d425d06f74dbb0b5334f1f62efa20bd02176 (patch)
tree184dda0f22642b4a63ea7ebfbc879c672ae90bc3 /recipes-qt/qt5/qt3d_git.bb
parent5eb22ffbfafc558a66943e666c415a9749a39e2b (diff)
qt3d, qtjsondb: bump SRCREV and set MODULE_VERSION
* drop INC_PR/PR where possible Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt3d_git.bb')
-rw-r--r--recipes-qt/qt5/qt3d_git.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 87d009e7..4a816c96 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -4,8 +4,13 @@ require ${PN}.inc
# last tag before this SRCREV is 5.0.0-beta1
PV = "4.999+5.0.0-beta1+git${SRCPV}"
-PR = "${INC_PR}.0"
-
QT_MODULE_BRANCH = "master"
-SRCREV = "0158ce783a61bac3e4f4ff619b0601daf9174ce6"
+SRCREV = "d517d39d5491bc95b1dddc3ff5cb880bd3bd0058"
+
+do_configure_prepend() {
+ # Temporary hack to get qt3d build for Qt 5.1.0
+ if ! grep -q MODULE_VERSION ${S}/.qmake.conf; then
+ echo "MODULE_VERSION = 5.1.0" >> ${S}/.qmake.conf
+ fi
+}