summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-spec
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:51:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 09:50:07 -0400
commitb4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch)
tree38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-containers/oci-runtime-spec
parent6e591b451a3a08ff36348643e378e860d5d31752 (diff)
downloadmeta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.tar.gz
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-runtime-spec')
-rw-r--r--recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
index e66c75c3..a16ea5f7 100644
--- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
+++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
7SRCNAME = "runtime-spec" 7SRCNAME = "runtime-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=master"
11 11
12SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" 12SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"