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 09:52:30 -0400
commit6c195718f56a2c8ae5457ed9a78f5eeb337d9598 (patch)
treebf9fea0ddd818e6c6fc88d37d4c9a0551fa12119
parentb4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (diff)
downloadmeta-virtualization-6c195718f56a2c8ae5457ed9a78f5eeb337d9598.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 a16ea5f7..57832d0a 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};branch=master" 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}"