diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-01-11 16:49:15 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2019-01-16 10:28:26 -0500 |
commit | 488b5aba28fff50c64866b42a8b66aef74ac12ad (patch) | |
tree | 399d1a138e893a14ad9398db70897cdbe9ab6fcd /recipes-devtools/go | |
parent | 8bd3ee327db71544bb29673f72a89064ab0df6f4 (diff) | |
download | meta-virtualization-488b5aba28fff50c64866b42a8b66aef74ac12ad.tar.gz |
Use SRCPV instead of SRCREV where possible
This change reduces the length of ${PV} for several recipes and gives us
auto-incrementing version numbers.
Signed-off-by: Paul Barker <paul@betafive.co.uk>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/go')
-rw-r--r-- | recipes-devtools/go/go-cli_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/go/go-dbus_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/go/go-fsnotify_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/go/go-logrus_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/go/go-systemd_git.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/go-cli_git.bb index 21d01ac3..434594c9 100644 --- a/recipes-devtools/go/go-cli_git.bb +++ b/recipes-devtools/go/go-cli_git.bb | |||
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/codegangsta/${SRCNAME}" | |||
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e" | 12 | SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e" |
13 | PV = "1.1.0+git${SRCREV}" | 13 | PV = "1.1.0+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-devtools/go/go-dbus_git.bb b/recipes-devtools/go/go-dbus_git.bb index 9b206a1e..23908619 100644 --- a/recipes-devtools/go/go-dbus_git.bb +++ b/recipes-devtools/go/go-dbus_git.bb | |||
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/godbus/${SRCNAME}" | |||
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "5f6efc7ef2759c81b7ba876593971bfce311eab3" | 12 | SRCREV = "5f6efc7ef2759c81b7ba876593971bfce311eab3" |
13 | PV = "4.0.0+git${SRCREV}" | 13 | PV = "4.0.0+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb index 1d9fbdc7..0826aa7f 100644 --- a/recipes-devtools/go/go-fsnotify_git.bb +++ b/recipes-devtools/go/go-fsnotify_git.bb | |||
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/fsnotify/${SRCNAME}" | |||
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" | 12 | SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" |
13 | PV = "1.2.11+git${SRCREV}" | 13 | PV = "1.2.11+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-devtools/go/go-logrus_git.bb b/recipes-devtools/go/go-logrus_git.bb index 5c0c3595..aa89033e 100644 --- a/recipes-devtools/go/go-logrus_git.bb +++ b/recipes-devtools/go/go-logrus_git.bb | |||
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/Sirupsen/${SRCNAME}" | |||
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb" | 12 | SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb" |
13 | PV = "0.11.0+git${SRCREV}" | 13 | PV = "0.11.0+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb index b61c97a6..0f89c0f8 100644 --- a/recipes-devtools/go/go-systemd_git.bb +++ b/recipes-devtools/go/go-systemd_git.bb | |||
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/coreos/go-${SRCNAME}" | |||
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" | 12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" |
13 | PV = "4+git${SRCREV}" | 13 | PV = "4+git${SRCPV}" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "bash" | 15 | RDEPENDS_${PN} += "bash" |
16 | 16 | ||