From e13ea7df9242d670e22bebbdeae49bfe31166c72 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Nov 2021 09:33:41 -0400 Subject: 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 --- recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d30868c9..55608278 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 SRCNAME = "runtime-spec" PKG_NAME = "github.com/opencontainers/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" +SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d" PV = "v1.0.2+git${SRCPV}" -- cgit v1.2.3-54-g00ecf