summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Olausson <tobias.olausson@pelagicore.com>2015-01-15 15:48:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-15 16:46:10 +0100
commitadeaa6128b665920eb98eb7c064f4aacbd74b873 (patch)
tree477935b836b1ccad0cd1a807a2ad8587d0a98407
parentec50df68b80f9704f135dd4c9f384a5596ec77cb (diff)
downloadmeta-qt5-adeaa6128b665920eb98eb7c064f4aacbd74b873.tar.gz
qt3d: change to 'dev' branch
The master branch of qt3d has been removed by the Qt project, and the commit pointed to by the SRCREV is now in the 'dev' branch. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qt3d_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 71aa8589..c6f970e6 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -1,7 +1,7 @@
1require qt5-git.inc 1require qt5-git.inc
2require ${PN}.inc 2require ${PN}.inc
3 3
4QT_MODULE_BRANCH = "master" 4QT_MODULE_BRANCH = "dev"
5 5
6# last tag before this SRCREV is 5.0.0-beta1, but version says 5.3.0 already 6# last tag before this SRCREV is 5.0.0-beta1, but version says 5.3.0 already
7SRCREV = "8a9723d7420829a2ba0141a9f7d8dc8cd11d8331" 7SRCREV = "8a9723d7420829a2ba0141a9f7d8dc8cd11d8331"