summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 09:33:41 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 10:00:02 -0400
commitd739cb95454cd9c961f8b6d5e4ccc96754b397ce (patch)
tree4b73008227644dcdee90bbe0a667cdc42fe0c0cd
parentb556bc7953b4294fb65520b9ed4663cbdeff3607 (diff)
downloadmeta-virtualization-d739cb95454cd9c961f8b6d5e4ccc96754b397ce.tar.gz
oci-runtime-spec: update branch specification to main
master has become main in the runtime spec, so we update our recipe to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 c4083c09..c2add17b 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=main"
11 11
12SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" 12SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"