summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/oci-image-spec/oci-image-spec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-spec/oci-image-spec_git.bb b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
index ee013c43..8d1d7ec8 100644
--- a/recipes-containers/oci-image-spec/oci-image-spec_git.bb
+++ b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
@@ -9,7 +9,7 @@ SRCNAME = "image-spec"
9PKG_NAME = "github.com/opencontainers/${SRCNAME}" 9PKG_NAME = "github.com/opencontainers/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" 10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main"
11 11
12SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" 12SRCREV = "54a822e528b91c8db63b873ad56daf200a2e5e61"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"