diff options
Diffstat (limited to 'recipes-extended/cloud-init')
| -rw-r--r-- | recipes-extended/cloud-init/cloud-init_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_git.bb b/recipes-extended/cloud-init/cloud-init_git.bb index 68337c9b..faa153f6 100644 --- a/recipes-extended/cloud-init/cloud-init_git.bb +++ b/recipes-extended/cloud-init/cloud-init_git.bb | |||
| @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \ | |||
| 7 | file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 7 | file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | SRCREV = "b04c475f3147fd849bac6b3d41e1302b222c8406" | 10 | SRCREV = "0052a66dfa463186dc286d75079d451030468e0f" |
| 11 | SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ | 11 | SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ |
| 12 | file://cloud-init-source-local-lsb-functions.patch \ | 12 | file://cloud-init-source-local-lsb-functions.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | PV = "v25.2.0+git" | 15 | PV = "26.1.0+git" |
| 16 | 16 | ||
| 17 | DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}" | 17 | DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}" |
| 18 | DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--init-system=systemd', '', d)}" | 18 | DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--init-system=systemd', '', d)}" |
