diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-12 03:24:38 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-24 01:38:21 +0000 |
| commit | 08435d20b1259d2ef0c98638116fb881045ff512 (patch) | |
| tree | 42bdbe67e5edb8fe060d1e1c6d3c47d92d09e5fa /recipes-devtools/go/go-systemd_git.bb | |
| parent | a03c4f584567d9733e601d16af80299ec48b492d (diff) | |
| download | meta-virtualization-08435d20b1259d2ef0c98638116fb881045ff512.tar.gz | |
recipes/classes/scripts: Drop SRCPV usage
bitbake has been enhanced such that SRCPV is no longer needed in
PV to handle updating git hashes and task signatures.
We can simplify our PV by dropping SRCPV
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 91f67da2..3aa837aa 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;branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" | 12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" |
| 13 | PV = "4+git${SRCPV}" | 13 | PV = "4+git" |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "bash" | 15 | RDEPENDS:${PN} += "bash" |
| 16 | 16 | ||
