mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
0aec4f1c0f
commit
9d288d62c2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user