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/riddler/riddler_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-containers/riddler/riddler_git.bb')
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index f172f5bd..2b2902b5 100644 --- a/recipes-containers/riddler/riddler_git.bb +++ b/recipes-containers/riddler/riddler_git.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https;dests | |||
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" | 10 | SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" |
| 11 | PV = "0.1.0+git${SRCPV}" | 11 | PV = "0.1.0+git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git/src/github.com/jessfraz/riddler" | 13 | S = "${WORKDIR}/git/src/github.com/jessfraz/riddler" |
| 14 | GO_IMPORT = "github.com/jessfraz/riddler" | 14 | GO_IMPORT = "github.com/jessfraz/riddler" |
