summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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