From b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa 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-devtools/go/go-libtrust_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/go/go-libtrust_git.bb') diff --git a/recipes-devtools/go/go-libtrust_git.bb b/recipes-devtools/go/go-libtrust_git.bb index 448a68b6..404baf5d 100644 --- a/recipes-devtools/go/go-libtrust_git.bb +++ b/recipes-devtools/go/go-libtrust_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8" SRCNAME = "libtrust" PKG_NAME = "github.com/docker/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git" +SRC_URI = "git://${PKG_NAME}.git;branch=master" SRCREV = "9cbd2a1374f46905c68a4eb3694a130610adc62a" PV = "0.0+git${SRCPV}" -- cgit v1.2.3-54-g00ecf