aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2022-12-12 10:18:55 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2022-12-13 09:53:52 +0200
commitcd923b23562827c71b478051ffbe8ec0cce76b8e (patch)
tree57d56babb8086cd12190394a48c1ad3690b72e70
parent60318db961aec98816d102e9bda12b5e2cc7e15c (diff)
Don't validate the SRCREV value against the branchv5.15.12-lts
Qt modules recently lost all their release branches in their git repositories. This broke previous releases since bitbake validates that SRCREV can be found from the current branch. Add additional parameter to repo URI to stop bitbake from validating the SRCREV. Task-number: QTBUG-109319 Change-Id: If9601e4170b9f27a42eada69b115aecd5c71cfd4 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
-rw-r--r--recipes-qt/qt5/qt5-git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc
index 1a32304c..6284470c 100644
--- a/recipes-qt/qt5/qt5-git.inc
+++ b/recipes-qt/qt5/qt5-git.inc
@@ -3,7 +3,7 @@
QT_MODULE ?= "${BPN}"
QT_MODULE_BRANCH ?= "5.15.12"
-QT_MODULE_BRANCH_PARAM ?= "branch=${QT_MODULE_BRANCH}"
+QT_MODULE_BRANCH_PARAM ?= "branch=${QT_MODULE_BRANCH};nobranch=1"
QT_MODULE_REPO ?= "${QT_MODULE}.git"
# each module needs to define valid SRCREV