From ac399ad09105dce73bccde9574216377613a98de Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Oct 2021 09:51:13 -0400 Subject: 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 --- recipes-core/kata-containers/kata-agent_git.bb | 2 +- recipes-core/kata-containers/kata-proxy_git.bb | 2 +- recipes-core/kata-containers/kata-runtime_git.bb | 2 +- recipes-core/kata-containers/kata-shim_git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-core/kata-containers') diff --git a/recipes-core/kata-containers/kata-agent_git.bb b/recipes-core/kata-containers/kata-agent_git.bb index e154321e..ca552b9f 100644 --- a/recipes-core/kata-containers/kata-agent_git.bb +++ b/recipes-core/kata-containers/kata-agent_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/kata-containers/agent/LICENSE;md5=86d3 GO_IMPORT = "github.com/kata-containers/agent" SRCREV = "e03f7d7453fabffb17e1540f28666c26178d3cbf" -SRC_URI = "git://${GO_IMPORT}.git \ +SRC_URI = "git://${GO_IMPORT}.git;branch=master \ " RDEPENDS:${PN}-dev:append = "bash" diff --git a/recipes-core/kata-containers/kata-proxy_git.bb b/recipes-core/kata-containers/kata-proxy_git.bb index 7e31355e..cbce8241 100644 --- a/recipes-core/kata-containers/kata-proxy_git.bb +++ b/recipes-core/kata-containers/kata-proxy_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/kata-containers/proxy/LICENSE;md5=86d3 GO_IMPORT = "github.com/kata-containers/proxy" SRCREV = "1148847739f9a9f47b92e34e4f309dc109d4dba9" -SRC_URI = "git://${GO_IMPORT}.git \ +SRC_URI = "git://${GO_IMPORT}.git;branch=master \ " RDEPENDS:${PN}-dev:append = "bash" diff --git a/recipes-core/kata-containers/kata-runtime_git.bb b/recipes-core/kata-containers/kata-runtime_git.bb index 79ab87e4..c7f156f0 100644 --- a/recipes-core/kata-containers/kata-runtime_git.bb +++ b/recipes-core/kata-containers/kata-runtime_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/kata-containers/runtime/LICENSE;md5=86 GO_IMPORT = "github.com/kata-containers/runtime" SRCREV = "04c77eb20e9bd603cab5c711bcbe7c69db58b040" -SRC_URI = "git://${GO_IMPORT}.git \ +SRC_URI = "git://${GO_IMPORT}.git;branch=master \ file://0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch \ " RDEPENDS:${PN}-dev:append = "bash" diff --git a/recipes-core/kata-containers/kata-shim_git.bb b/recipes-core/kata-containers/kata-shim_git.bb index a0e965ec..467df261 100644 --- a/recipes-core/kata-containers/kata-shim_git.bb +++ b/recipes-core/kata-containers/kata-shim_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/kata-containers/shim/LICENSE;md5=86d3f GO_IMPORT = "github.com/kata-containers/shim" SRCREV = "bcc35aeca3ef6fa0976005c9e93525906aefed2f" -SRC_URI = "git://${GO_IMPORT}.git \ +SRC_URI = "git://${GO_IMPORT}.git;branch=master \ " RDEPENDS:${PN}-dev:append = "bash" -- cgit v1.2.3-54-g00ecf