summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/serf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:54:46 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:54:46 -0400
commit231008bc0f0b6471eb595e38fb077d3fe9baa367 (patch)
tree7e2c4874677e7a397fbddf758596a34808ce4d63 /recipes-connectivity/serf
parentdd38ce3b266a7ad7659140c5de5cae6ff13bf2a7 (diff)
downloadmeta-cloud-services-master-next.tar.gz
global: add explicit branch to all SRC_URIsmaster-next
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-connectivity/serf')
-rw-r--r--recipes-connectivity/serf/hashicorp-serf_0.8.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb b/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
index 7e2a761..8318400 100644
--- a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
+++ b/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=b278a92d2c15097603844288
17require serf-vendor-licenses.inc 17require serf-vendor-licenses.inc
18 18
19GO_IMPORT = "github.com/hashicorp/serf" 19GO_IMPORT = "github.com/hashicorp/serf"
20SRC_URI = "git://${GO_IMPORT}.git;protocol=https" 20SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master"
21 21
22PV = "0.8.5+git${SRCPV}" 22PV = "0.8.5+git${SRCPV}"
23SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691" 23SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691"