diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:33:41 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:52:30 -0400 |
commit | 6c195718f56a2c8ae5457ed9a78f5eeb337d9598 (patch) | |
tree | bf9fea0ddd818e6c6fc88d37d4c9a0551fa12119 | |
parent | b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (diff) | |
download | meta-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.bb | 2 |
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 | |||
7 | SRCNAME = "runtime-spec" | 7 | SRCNAME = "runtime-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};branch=master" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" |
11 | 11 | ||
12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" | 12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" |
13 | PV = "v1.0.1+git${SRCPV}" | 13 | PV = "v1.0.1+git${SRCPV}" |