summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-spec
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-07-02 15:59:44 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-12 14:50:34 +0000
commitcf875d9ee95f853140e20f7e04902339af1a81b0 (patch)
treebad96f237ba6c1d01628b037c288040d9ec686b5 /recipes-containers/oci-runtime-spec
parentedd2454de498fc0f4d667408c3c61626a51ae6a3 (diff)
downloadmeta-virtualization-cf875d9ee95f853140e20f7e04902339af1a81b0.tar.gz
containers/runtime-spec: update to v1.01
Updating the reference spec to v1.01. No functional or runtime changes are expected from this. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-runtime-spec')
-rw-r--r--recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
index deba7b3e..c4083c09 100644
--- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
+++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "runtime-spec"
9PKG_NAME = "github.com/opencontainers/${SRCNAME}" 9PKG_NAME = "github.com/opencontainers/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" 10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
11 11
12SRCREV = "a39b1cd4fdf7743ab721cc9da58abbee2f8624d1" 12SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
13PV = "v1.0.0-rc6+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16