summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-capability_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-12-03 09:01:33 -0500
commitf6a52458e895c4b4e30926b08c5a95e3cb3ff9b5 (patch)
tree76f9f723fd19c0385ea852b438bf5476939bf7f2 /recipes-devtools/go/go-capability_git.bb
parent811a59d82b9530ab23ad9769bb7b6e30e54d4c94 (diff)
downloadmeta-virtualization-f6a52458e895c4b4e30926b08c5a95e3cb3ff9b5.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-capability_git.bb')
-rw-r--r--recipes-devtools/go/go-capability_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-capability_git.bb b/recipes-devtools/go/go-capability_git.bb
index 8524af62..19b04b58 100644
--- a/recipes-devtools/go/go-capability_git.bb
+++ b/recipes-devtools/go/go-capability_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a7304f5073e7be4ba7bffabbf9f2bbca"
7SRCNAME = "gocapability" 7SRCNAME = "gocapability"
8 8
9PKG_NAME = "github.com/syndtr/${SRCNAME}" 9PKG_NAME = "github.com/syndtr/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git" 10SRC_URI = "git://${PKG_NAME}.git;branch=master"
11 11
12SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852" 12SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852"
13PV = "0.0+git${SRCPV}" 13PV = "0.0+git${SRCPV}"