summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-08-02 23:36:31 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-13 09:35:12 -0400
commit7f719ef40896b6c78893add8485fda995b00d51d (patch)
tree61784fc01a6381fc4b198072bad9c3ea9ba72874 /recipes-containers
parentb38a37014023cd8b81e6ecac0f32cc839d97f515 (diff)
downloadmeta-virtualization-7f719ef40896b6c78893add8485fda995b00d51d.tar.gz
image-spec: explictly reference main branch
The oci-image-spec repository has dropped its master branch, so the fetcher default no longer works. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 58057408..a137bc8c 100644
--- a/recipes-containers/oci-image-spec/oci-image-spec_git.bb
+++ b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8
7SRCNAME = "image-spec" 7SRCNAME = "image-spec"
8 8
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};branch=main"
11 11
12SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" 12SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"