diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-02 23:36:31 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-09 14:21:53 -0400 |
commit | 3d1efcb835b926f678de6ea62aa7c35eaa3357d5 (patch) | |
tree | 2fae6ac3c432f6a3cffe7bfebfc98cc65c41fa70 | |
parent | dbd1a73fe7006dcc6d56a369c1de73340e03c939 (diff) | |
download | meta-virtualization-3d1efcb835b926f678de6ea62aa7c35eaa3357d5.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>
-rw-r--r-- | recipes-containers/oci-image-spec/oci-image-spec_git.bb | 2 |
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 | |||
7 | SRCNAME = "image-spec" | 7 | SRCNAME = "image-spec" |
8 | 8 | ||
9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" |
11 | 11 | ||
12 | SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" | 12 | SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" |
13 | PV = "v1.0.1+git${SRCPV}" | 13 | PV = "v1.0.1+git${SRCPV}" |