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/go-systemd_git.bb | |
| 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/go-systemd_git.bb')
| -rw-r--r-- | recipes-devtools/go/go-systemd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
