summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-09-13 17:23:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-09-13 17:23:30 -0400
commit718592922bd64da4d609c96e831f6aba05e44a8d (patch)
tree2206c4c8051e49ddf263aa4338ea0becdf2a6e92 /recipes-containers/oci-image-tools
parent537971d35ad65c7a3e5aee832f3262e0b0c41d73 (diff)
downloadmeta-virtualization-718592922bd64da4d609c96e831f6aba05e44a8d.tar.gz
oci-image-tools: uprev to 0.2.0-dev
To work with OCI spec v1.0 images/containers we need to update our tools. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/oci-image-tools')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 393bd7b8..8d48eba3 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/opencontainers/image-tools.git \
16 file://0001-image-manifest-Recursively-remove-pre-existing-entri.patch \ 16 file://0001-image-manifest-Recursively-remove-pre-existing-entri.patch \
17 file://0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch" 17 file://0002-image-manifest-Split-unpackLayerEntry-into-its-own-f.patch"
18 18
19SRCREV = "d0c8533b0a2c68344ff2c8aff03d7fc2dff3a108" 19SRCREV = "4abe1a166f9be97e8e71b1bb4d7599cc29323011"
20PV = "0.1.0+git${SRCPV}" 20PV = "0.2.0-dev+git${SRCPV}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23