mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
9d848a29e4
commit
96712be73d
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8
|
|||
SRCNAME = "image-spec"
|
||||
|
||||
PKG_NAME = "github.com/opencontainers/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main"
|
||||
|
||||
SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa"
|
||||
PV = "v1.0.1+git${SRCPV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user