mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
systemd: add rconflicts
add rconflicts since error during do_rootfs: file /sbin/resolvconf conflicts between attempted installs of resolvconf-1.79-r0.noarch and systemd-1:242+0+db2e367bfc-r0.i586 file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e367bfc-r0.i586 (From OE-Core rev: 10d0a824ad9b835b6f5ec24a49d41aead613031b) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
41bd3fee9d
commit
70db12c852
@@ -603,6 +603,8 @@ FILES_udev += "${base_sbindir}/udevd \
|
||||
|
||||
FILES_udev-hwdb = "${rootlibexecdir}/udev/hwdb.d"
|
||||
|
||||
RCONFLICTS_${PN} = "tiny-init ${@bb.utils.contains('PACKAGECONFIG', 'resolved', 'resolvconf', '', d)}"
|
||||
|
||||
INITSCRIPT_PACKAGES = "udev"
|
||||
INITSCRIPT_NAME_udev = "systemd-udevd"
|
||||
INITSCRIPT_PARAMS_udev = "start 03 S ."
|
||||
|
||||
Reference in New Issue
Block a user