diff options
Diffstat (limited to 'recipes-connectivity')
| -rw-r--r-- | recipes-connectivity/consul/consul-migrate_git.bb | 16 | ||||
| -rw-r--r-- | recipes-connectivity/serf/hashicorp-serf_0.8.5.bb | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/recipes-connectivity/consul/consul-migrate_git.bb b/recipes-connectivity/consul/consul-migrate_git.bb index 8419cb8..b116041 100644 --- a/recipes-connectivity/consul/consul-migrate_git.bb +++ b/recipes-connectivity/consul/consul-migrate_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD & MPL-2.0 & MIT" | |||
| 4 | LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul-migrate/LICENSE;md5=b278a92d2c1509760384428817710378" | 4 | LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul-migrate/LICENSE;md5=b278a92d2c1509760384428817710378" |
| 5 | 5 | ||
| 6 | GO_IMPORT = "github.com/hashicorp/consul-migrate" | 6 | GO_IMPORT = "github.com/hashicorp/consul-migrate" |
| 7 | SRC_URI = "git://${GO_IMPORT}.git" | 7 | SRC_URI = "git://${GO_IMPORT}.git;branch=master" |
| 8 | SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710" | 8 | SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| @@ -18,13 +18,13 @@ SRCREV_bolt = "c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631" | |||
| 18 | SRCREV_go-msgpack = "fa3f63826f7c23912c15263591e65d54d080b458" | 18 | SRCREV_go-msgpack = "fa3f63826f7c23912c15263591e65d54d080b458" |
| 19 | 19 | ||
| 20 | SRC_URI += " \ | 20 | SRC_URI += " \ |
| 21 | git://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft \ | 21 | git://github.com/hashicorp/raft;name=raft;destsuffix=git/src/github.com/hashicorp/raft;branch=master \ |
| 22 | git://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics \ | 22 | git://github.com/armon/go-metrics;name=go-metrics;destsuffix=git/src/github.com/armon/go-metrics;branch=master \ |
| 23 | git://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb \ | 23 | git://github.com/hashicorp/raft-boltdb;name=raft-boltdb;destsuffix=git/src/github.com/hashicorp/raft-boltdb;branch=master \ |
| 24 | git://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb \ | 24 | git://github.com/hashicorp/raft-mdb;name=raft-mdb;destsuffix=git/src/github.com/hashicorp/raft-mdb;branch=master \ |
| 25 | git://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb \ | 25 | git://github.com/armon/gomdb;name=gomdb;destsuffix=git/src/github.com/armon/gomdb;branch=master \ |
| 26 | git://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt \ | 26 | git://github.com/boltdb/bolt;name=bolt;destsuffix=git/src/github.com/boltdb/bolt;branch=master \ |
| 27 | git://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack \ | 27 | git://github.com/hashicorp/go-msgpack;name=go-msgpack;destsuffix=git/src/github.com/hashicorp/go-msgpack;branch=master \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | inherit go | 30 | inherit go |
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" |
