summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-libtrust_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:51:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 09:50:07 -0400
commitb4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch)
tree38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-devtools/go/go-libtrust_git.bb
parent6e591b451a3a08ff36348643e378e860d5d31752 (diff)
downloadmeta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-libtrust_git.bb')
-rw-r--r--recipes-devtools/go/go-libtrust_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
7SRCNAME = "libtrust" 7SRCNAME = "libtrust"
8 8
9PKG_NAME = "github.com/docker/${SRCNAME}" 9PKG_NAME = "github.com/docker/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git" 10SRC_URI = "git://${PKG_NAME}.git;branch=master"
11 11
12SRCREV = "9cbd2a1374f46905c68a4eb3694a130610adc62a" 12SRCREV = "9cbd2a1374f46905c68a4eb3694a130610adc62a"
13PV = "0.0+git${SRCPV}" 13PV = "0.0+git${SRCPV}"