summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/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 15feb573db..93afb13166 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -663,6 +663,7 @@ FETCHCMD_hg = "/usr/bin/env hg"
663SRCDATE = "${DATE}" 663SRCDATE = "${DATE}"
664SRCREV ??= "INVALID" 664SRCREV ??= "INVALID"
665AUTOREV = "${@bb.fetch2.get_autorev(d)}" 665AUTOREV = "${@bb.fetch2.get_autorev(d)}"
666AUTOREV[vardepvalue] = "${SRCPV}"
666# Set Dynamically in base.bbclass 667# Set Dynamically in base.bbclass
667# SRCPV = "${@bb.fetch2.get_srcrev(d)}" 668# SRCPV = "${@bb.fetch2.get_srcrev(d)}"
668SRCPV[vardepvalue] = "${SRCPV}" 669SRCPV[vardepvalue] = "${SRCPV}"