mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
busybox-inittab/sysvinit-inittab: add rconflicts
when both installed, do_rootfs report error like: file /etc/inittab conflicts between attempted installs of busybox-inittab-1.30.1-r0.qemux86 and sysvinit-inittab-2.88dsf-r10.qemux86 so add each other to rconflicts (From OE-Core rev: d66114b07ef3e8482fee4c3c93e4f6324c38da3b) 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
d365948ebd
commit
e9e7102fe2
@@ -30,3 +30,5 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
FILES_${PN} = "${sysconfdir}/inittab"
|
||||
CONFFILES_${PN} = "${sysconfdir}/inittab"
|
||||
|
||||
RCONFLICTS_${PN} = "sysvinit-inittab"
|
||||
|
||||
@@ -90,5 +90,4 @@ CONFFILES_${PN} = "${sysconfdir}/inittab"
|
||||
USE_VT ?= "1"
|
||||
SYSVINIT_ENABLED_GETTYS ?= "1"
|
||||
|
||||
|
||||
|
||||
RCONFLICTS_${PN} = "busybox-inittab"
|
||||
|
||||
Reference in New Issue
Block a user