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>
This commit is contained in:
Bruce Ashfield 2017-10-16 21:56:26 -04:00
parent 0aec4f1c0f
commit 9d288d62c2

View File

@ -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"