diff options
Diffstat (limited to 'recipes-extended/cloud-init/cloud-init_git.bb')
| -rw-r--r-- | recipes-extended/cloud-init/cloud-init_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_git.bb b/recipes-extended/cloud-init/cloud-init_git.bb index f6d175e5..68337c9b 100644 --- a/recipes-extended/cloud-init/cloud-init_git.bb +++ b/recipes-extended/cloud-init/cloud-init_git.bb | |||
| @@ -7,13 +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 = "ea53a592be3df61059bd80fc0e32dff94a037906" | 10 | SRCREV = "b04c475f3147fd849bac6b3d41e1302b222c8406" |
| 11 | SRC_URI = "git://github.com/canonical/cloud-init;branch=25.1.x;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 | file://0001-setup.py-check-for-install-anywhere-in-args.patch \ | ||
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | PV = "v25.1.4+git" | 15 | PV = "v25.2.0+git" |
| 17 | 16 | ||
| 18 | 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)}" |
| 19 | 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)}" |
| @@ -29,9 +28,10 @@ do_install:append() { | |||
| 29 | } | 28 | } |
| 30 | 29 | ||
| 31 | inherit pkgconfig | 30 | inherit pkgconfig |
| 32 | inherit setuptools3_legacy | ||
| 33 | inherit update-rc.d | 31 | inherit update-rc.d |
| 34 | inherit systemd | 32 | inherit systemd |
| 33 | inherit python_setuptools_build_meta | ||
| 34 | inherit meson | ||
| 35 | 35 | ||
| 36 | # setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our dev manager | 36 | # setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our dev manager |
| 37 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 37 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
