diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:54:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:54:46 -0400 |
| commit | 231008bc0f0b6471eb595e38fb077d3fe9baa367 (patch) | |
| tree | 7e2c4874677e7a397fbddf758596a34808ce4d63 /recipes-connectivity/serf | |
| parent | dd38ce3b266a7ad7659140c5de5cae6ff13bf2a7 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 17 | require serf-vendor-licenses.inc | 17 | require serf-vendor-licenses.inc |
| 18 | 18 | ||
| 19 | GO_IMPORT = "github.com/hashicorp/serf" | 19 | GO_IMPORT = "github.com/hashicorp/serf" |
| 20 | SRC_URI = "git://${GO_IMPORT}.git;protocol=https" | 20 | SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master" |
| 21 | 21 | ||
| 22 | PV = "0.8.5+git${SRCPV}" | 22 | PV = "0.8.5+git${SRCPV}" |
| 23 | SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691" | 23 | SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691" |
