mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
systemd: remove dbus-systemd from RDEPENDS
* dbus-systemd package was removed in oe-core and it's part of PN with systemd in DISTRO_FEATURES * fixes parsing after first part of meta-systemd merge to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -185,7 +185,7 @@ FILES_${PN} = " ${base_bindir}/* \
|
||||
FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/ ${PYTHON_SITEPACKAGES_DIR}/systemd/.debug/"
|
||||
FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd ${PYTHON_SITEPACKAGES_DIR}/systemd/*.la"
|
||||
|
||||
RDEPENDS_${PN} += "dbus-systemd udev-systemd"
|
||||
RDEPENDS_${PN} += "udev-systemd"
|
||||
|
||||
# kbd -> loadkeys,setfont
|
||||
# systemd calls 'modprobe -sab --', which busybox doesn't support due to lack
|
||||
|
||||
Reference in New Issue
Block a user