summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/cloud-init/cloud-init_git.bb (renamed from recipes-extended/cloud-init/cloud-init_23.1.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_23.1.bb b/recipes-extended/cloud-init/cloud-init_git.bb
index ea9c2730..a35f50a4 100644
--- a/recipes-extended/cloud-init/cloud-init_23.1.bb
+++ b/recipes-extended/cloud-init/cloud-init_git.bb
@@ -8,11 +8,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \
8" 8"
9 9
10SRCREV = "e02c4607923af64311c70ae9a06d6794355e9a61" 10SRCREV = "e02c4607923af64311c70ae9a06d6794355e9a61"
11SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ 11SRC_URI = "git://github.com/canonical/cloud-init;branch=23.2.x;protocol=https \
12 file://cloud-init-source-local-lsb-functions.patch \ 12 file://cloud-init-source-local-lsb-functions.patch \
13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \ 13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \
14" 14"
15 15
16PV = "v23.2.2+git${SRCPV}"
17
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
17 19
18DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}" 20DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}"