summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cloud-init
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-12 03:24:38 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit08435d20b1259d2ef0c98638116fb881045ff512 (patch)
tree42bdbe67e5edb8fe060d1e1c6d3c47d92d09e5fa /recipes-extended/cloud-init
parenta03c4f584567d9733e601d16af80299ec48b492d (diff)
downloadmeta-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-extended/cloud-init')
-rw-r--r--recipes-extended/cloud-init/cloud-init_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_git.bb b/recipes-extended/cloud-init/cloud-init_git.bb
index e01bdad2..b5c2d711 100644
--- a/recipes-extended/cloud-init/cloud-init_git.bb
+++ b/recipes-extended/cloud-init/cloud-init_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/canonical/cloud-init;branch=23.2.x;protocol=https \
14 file://0002-setup.py-use-pkg-config-for-udev-rules-path-2137.patch \ 14 file://0002-setup.py-use-pkg-config-for-udev-rules-path-2137.patch \
15" 15"
16 16
17PV = "v23.2.2+git${SRCPV}" 17PV = "v23.2.2+git"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20