mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9ba54f4d78
commit
dcbf03f84c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user