aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-04-19 09:17:43 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-19 11:10:45 +0000
commit01bae54aad36e2f06924eb5a3bd14c0679e83a2b (patch)
tree7b07ea879a4fa27ebca0022f24c4b6da011a4dc8
parent65e670e290cea7dbbb9e08cf7c31e4c07e830cdf (diff)
srcrev_update: use renamed variable
oe-core renamed its internal variable, set both old and new variable to work with old and new versions of oe-core. Change-Id: I90293c6d37c3ca5d5d82d67e1269afa2b12f1d89 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 44990089fc16a7b548886606bcd2abe2ef7c7dd4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--classes/srcrev-update.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/srcrev-update.bbclass b/classes/srcrev-update.bbclass
index 01ed8a2..10dbfa6 100644
--- a/classes/srcrev-update.bbclass
+++ b/classes/srcrev-update.bbclass
@@ -17,6 +17,7 @@ python do_srcrev_update() {
return
d.setVar("__BBSEENSRCREV", "1")
+ d.setVar("__BBSRCREV_SEEN", "1")
for scm in scms:
ud = urldata[scm]
for name in ud.names: