summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-10-16 21:56:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-10-16 21:56:35 -0400
commit9d288d62c260b138f94764bac994ee3e43a126b1 (patch)
tree67cec2fb1dff23ef4dff707826f7623be25f0564
parent0aec4f1c0fe888cc93ce0bea0c23188bb1173789 (diff)
downloadmeta-virtualization-9d288d62c260b138f94764bac994ee3e43a126b1.tar.gz
runc: use SRCPV not SRCREV
Ricardo Salveti <ricardo@opensourcefoundries.com> pointed out that runc-docker was not getting a proper PV due to the use of SRCREV in the variable. By switching to SRCPV, we get the right PV for both variants of runc. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/runc/runc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc
index d2aec843..01791030 100644
--- a/recipes-containers/runc/runc.inc
+++ b/recipes-containers/runc/runc.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=435b266b3899aa8a959f17d41c56de
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11PV = "${RUNC_VERSION}+git${SRCREV}" 11PV = "${RUNC_VERSION}+git${SRCPV}"
12 12
13inherit go 13inherit go
14RRECOMMENDS_${PN} = "lxc docker" 14RRECOMMENDS_${PN} = "lxc docker"