mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
dnf: remove systemd units in nativesdk builds
If the DISTRO_FEATURES contain systemd then the systemd class won't delete the units for us. Until the class is fixed to do this automatically, delete them explicitly. (From OE-Core rev: d68a86d87aa017dd0fecb0f626d22711efefcd3f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c76abc379e
commit
415b72ffcb
@@ -42,6 +42,12 @@ do_install_append_class-native() {
|
|||||||
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# If the distro uses systemd then these won't be deleted by systemd.bbclass
|
||||||
|
do_install_append_class-nativesdk() {
|
||||||
|
rm -rf ${D}/${systemd_unitdir}
|
||||||
|
rmdir --ignore-fail-on-non-empty ${D}${nonarch_base_libdir}
|
||||||
|
}
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \
|
SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \
|
||||||
dnf-automatic-download.service dnf-automatic-download.timer \
|
dnf-automatic-download.service dnf-automatic-download.timer \
|
||||||
dnf-automatic-install.service dnf-automatic-install.timer \
|
dnf-automatic-install.service dnf-automatic-install.timer \
|
||||||
|
|||||||
Reference in New Issue
Block a user