poky/meta
Gyorgy Sarvari 7a6b41794e seatd: fix packaging error with systemd DISTRO_FEATURES
The systemd unit file for this recipe is only installed in case
the target system's init system is systemd. It is achieved by
inspecting the VIRTUAL-RUNTIME_init_manager variable.

However the systemd class was inherited unconditionally. This caused
a failure in do_package task, in case systemd is present in the
DISTRO_FEATURES but the system's init manager is sysvinit: in this case
the systemd unit file is not installed, however systemd.bbclass is
still trying to register is as a startup service. At this point
it failed:

ERROR: seatd-0.9.1-r0 do_package: Didn't find service unit 'seatd.service', specified in SYSTEMD_SERVICE:seatd.

To avoid this, install the systemd unit file unconditionally, regardless
of the used init system.

(From OE-Core rev: c7f157ad1207567ef3614ee4f6e755bccf60a3f4)

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-12 11:03:43 +01:00
..
classes classes/recipes-devtools: Drop icecc from OE-Core 2025-06-05 11:02:22 +01:00
classes-global insane: add test for recipe naming/class mismatches 2025-06-09 17:43:41 +01:00
classes-recipe kernel-module-split: fix conf file generation when KERNEL_SPLIT_MODULES=0 2025-06-12 11:03:43 +01:00
conf package: export debugsources in PKGDESTWORK as json 2025-06-12 11:03:43 +01:00
files overlayfs-etc: Unmount /sys and /proc before init 2025-03-27 11:19:04 +00:00
lib package: export debugsources in PKGDESTWORK as json 2025-06-12 11:03:43 +01:00
recipes-bsp u-boot: move arm64 disabling fragments to versioned recipe 2025-06-09 17:43:41 +01:00
recipes-connectivity kea: upgrade 2.6.1 -> 2.6.3 2025-06-12 11:03:43 +01:00
recipes-core seatd: fix packaging error with systemd DISTRO_FEATURES 2025-06-12 11:03:43 +01:00
recipes-devtools binutils: Fix for CVE-2025-3198 2025-06-12 11:03:43 +01:00
recipes-extended findutils: use getlimits from findutils 2025-06-12 11:03:43 +01:00
recipes-gnome libadwaita: upgrade 1.7.2 -> 1.7.4 2025-06-05 11:02:22 +01:00
recipes-graphics piglit: drop python3-six dependency 2025-06-12 11:03:43 +01:00
recipes-kernel systemtap: correctly set include location for the python module 2025-06-12 11:03:43 +01:00
recipes-multimedia libtheora: upgrade 1.1.1 -> 1.2.0 2025-06-12 11:03:43 +01:00
recipes-rt rt-tests: Fix build with glibc 2.41+ 2025-01-29 16:16:52 +00:00
recipes-sato puzzles: upgrade to latest revision 2025-06-12 11:03:43 +01:00
recipes-support sassc: put version in recipe filename 2025-06-09 17:43:42 +01:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt