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-02-12 21:28:14 +0100
commitdc277b5a52e3da6b7b50c9f5f2e185f841788e33 (patch)
tree19669251a3b4ed25f26f6947d06ca3d396f9076f
parent1643e7fb6ef0192aad3831ab96587934149cd111 (diff)
downloadmeta-qt5-dc277b5a52e3da6b7b50c9f5f2e185f841788e33.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 aaa9c04f..445a6007 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 = "d3338a9f7fcac109d7bc7f600d5974ff333782ad" 7SRCREV = "d3338a9f7fcac109d7bc7f600d5974ff333782ad"