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-containers/go-spf13-cobra | |
| 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-containers/go-spf13-cobra')
| -rw-r--r-- | recipes-containers/go-spf13-cobra/spf13-cobra_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb b/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb index e5c442f4..c6629014 100644 --- a/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb +++ b/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb | |||
| @@ -10,7 +10,7 @@ PKG_NAME = "github.com/spf13/${SRCNAME}" | |||
| 10 | SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "4dd4b25de38418174a6e859e8a32eaccca32dccc" | 12 | SRCREV = "4dd4b25de38418174a6e859e8a32eaccca32dccc" |
| 13 | PV = "v1.6.0+git${SRCPV}" | 13 | PV = "v1.6.0+git" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
