aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-02-19 14:15:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-02 11:22:24 +0100
commit7d5d2d3f6969dcde88a24b43b101bca8df08e5c8 (patch)
tree7e642cf796fd4d5ff19d8dc8504e81951713667a
parentc74409ea2929ae38aff0a4d66c5f1e6b1ddec467 (diff)
qtsystems: use 'dev' branch again
* 5.7 branch was created in qtsystems and then removed again OE @ ~/projects/qt-project/qtsystems $ git remote prune origin Pruning origin URL: git://code.qt.io/qt/qtsystems.git * [pruned] origin/5.3 * [pruned] origin/5.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtsystems_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index d47e8ace..943c006c 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -28,4 +28,9 @@ do_install_append() {
rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro
}
+QT_MODULE_BRANCH = "dev"
+
+# qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
+# qt5-git PV is only to indicate that this recipe is compatible with qt5 5.6
+
SRCREV = "cc2077700bd5503d1fcf53aef83cbb76975e745a"