summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt3d_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qt3d_git.bb')
-rw-r--r--recipes-qt/qt5/qt3d_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 4a816c96..7ca9bf85 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -1,16 +1,14 @@
1require qt5-git.inc 1require qt5-git.inc
2require ${PN}.inc 2require ${PN}.inc
3 3
4# last tag before this SRCREV is 5.0.0-beta1
5PV = "4.999+5.0.0-beta1+git${SRCPV}"
6
7QT_MODULE_BRANCH = "master" 4QT_MODULE_BRANCH = "master"
8 5
9SRCREV = "d517d39d5491bc95b1dddc3ff5cb880bd3bd0058" 6# last tag before this SRCREV is 5.0.0-beta1, but version says 5.3.0 already
7SRCREV = "4820a197cebd5184ab39ef405eb78f6e69ffc5f9"
10 8
11do_configure_prepend() { 9do_configure_prepend() {
12 # Temporary hack to get qt3d build for Qt 5.1.0 10 # Temporary hack to get qt3d build for Qt 5.1.0
13 if ! grep -q MODULE_VERSION ${S}/.qmake.conf; then 11 if ! grep -q MODULE_VERSION ${S}/.qmake.conf; then
14 echo "MODULE_VERSION = 5.1.0" >> ${S}/.qmake.conf 12 echo "MODULE_VERSION = 5.3.0" >> ${S}/.qmake.conf
15 fi 13 fi
16} 14}