runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is
set correctly by runc-opencontainers but not by runc-docker (PV was set
to 1.0.0-rc3+gitINVALID-r0 instead of using the SRCREV hash).

Signed-off-by: Ricardo Salveti <rica...@opensourcefoundries.com>
---
 recipes-containers/runc/runc-docker_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/runc/runc-docker_git.bb 
b/recipes-containers/runc/runc-docker_git.bb
index 9db48ee..6ef4d2c 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -2,7 +2,7 @@ include runc.inc
 
 # Note: this rev is before the required protocol field, update when all 
components
 #       have been updated to match.
-SRCREV_runc-docker = "9d6821d1b53908e249487741eccd567249ca1d99"
+SRCREV = "9d6821d1b53908e249487741eccd567249ca1d99"
 SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \
            
file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \
            file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \
-- 
2.7.4

-- 
_______________________________________________
meta-virtualization mailing list
meta-virtualization@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to