summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1d4a83dc8d..9c51630e0b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -588,6 +588,7 @@ SRCDATE = "${DATE}"
588SRCREV ??= "INVALID" 588SRCREV ??= "INVALID"
589AUTOREV = "${@bb.fetch2.get_autorev(d)}" 589AUTOREV = "${@bb.fetch2.get_autorev(d)}"
590SRCPV = "${@bb.fetch2.get_srcrev(d)}" 590SRCPV = "${@bb.fetch2.get_srcrev(d)}"
591SRCPV[vardepvalue] = "${SRCPV}"
591 592
592SRC_URI = "" 593SRC_URI = ""
593 594