From 4557a1b2866ad157de650896323b084475d35ea4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 20 Sep 2017 11:01:18 -0400 Subject: oci-runtime-tools: update to 0.1.0 Signed-off-by: Bruce Ashfield --- recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb index 0d9c6e65..45a40460 100644 --- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb +++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f66 SRC_URI = "git://github.com/opencontainers/runtime-tools.git" -SRCREV = "15ec1df3f6607f4223ab3915547c184cf60a30dd" -PV = "0.0.1+git${SRCPV}" +SRCREV = "6e7da8148f4de2c9e9c9d3b345576898d4f412cb" +PV = "0.1.0+git${SRCPV}" GO_IMPORT = "import" INSANE_SKIP_${PN} += "ldflags" @@ -34,6 +34,8 @@ do_compile() { ln -sf ../../../../generate ${S}/src/import/vendor/github.com/opencontainers/runtime-tools/generate ln -sf ../../../../validate ${S}/src/import/vendor/github.com/opencontainers/runtime-tools/validate ln -sf ../../../../cmd ${S}/src/import/vendor/github.com/opencontainers/runtime-tools/cmd + ln -sf ../../../../error ${S}/src/import/vendor/github.com/opencontainers/runtime-tools/error + ln -sf ../../../../specerror ${S}/src/import/vendor/github.com/opencontainers/runtime-tools/specerror cd ${S}/src/import oe_runmake @@ -43,3 +45,6 @@ do_install() { install -d ${D}/${sbindir} install ${S}/src/import/oci-runtime-tool ${D}/${sbindir}/oci-runtime-tool } + +deltask compile_ptest_base + -- cgit v1.2.3-54-g00ecf