From 9d288d62c260b138f94764bac994ee3e43a126b1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 16 Oct 2017 21:56:26 -0400 Subject: runc: use SRCPV not SRCREV Ricardo Salveti 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 --- recipes-containers/runc/runc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 S = "${WORKDIR}/git" -PV = "${RUNC_VERSION}+git${SRCREV}" +PV = "${RUNC_VERSION}+git${SRCPV}" inherit go RRECOMMENDS_${PN} = "lxc docker" -- cgit v1.2.3-54-g00ecf