aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/serf/hashicorp-serf_0.8.5.bb')
-rw-r--r--recipes-connectivity/serf/hashicorp-serf_0.8.5.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb b/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
index 0b1517b1..8318400d 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
require serf-vendor-licenses.inc
GO_IMPORT = "github.com/hashicorp/serf"
-SRC_URI = "git://${GO_IMPORT}.git;protocol=https"
+SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master"
PV = "0.8.5+git${SRCPV}"
SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691"
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
inherit go
-RDEPENDS_${PN}-dev += "bash make"
+RDEPENDS:${PN}-dev += "bash make"
# Apache serf in oe-core is a completely different beast
-RCONFLICTS_${PN} = "serf"
+RCONFLICTS:${PN} = "serf"