mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
inetutils: make -syslog rconflict with other system loggers
With oe-core commit cdcebd81c872cb7386c658998e27cf24e1d0447c [initscripts: don't use update-alternatives] we start seeing a a rootfs generation failure when both sysklogd and inetutils are present in the image: ERROR: do_rootfs: [log_check] : found 1 error message in the logfile: [log_check] update-alternatives: Error: not linking .../0.2-r0/rootfs/usr/share/man/man8/syslogd.8 to /usr/share/man/man8/syslogd.8.inetutils since .../0.2-r0/rootfs/usr/share/man/man8/syslogd.8 exists and is not a link As has been done with the other packages which provide system logging we add an rconflicts to only allow one to exist in a rootfs image at a time. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
2ad7176c4a
commit
3da22ee404
@@ -169,7 +169,10 @@ FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}"
|
||||
FILES_${PN}-ifconfig = "${base_sbindir}/ifconfig.${BPN}"
|
||||
FILES_${PN}-traceroute = "${bindir}/traceroute.${BPN}"
|
||||
FILES_${PN}-logger = "${bindir}/logger.${BPN}"
|
||||
|
||||
FILES_${PN}-syslogd = "${base_sbindir}/syslogd.${BPN}"
|
||||
RCONFLICTS_${PN}-syslogd = "rsyslog busybox-syslog sysklogd syslog-ng"
|
||||
|
||||
FILES_${PN}-ftp = "${bindir}/ftp.${BPN}"
|
||||
|
||||
FILES_${PN}-tftp = "${bindir}/tftp.${BPN}"
|
||||
|
||||
Reference in New Issue
Block a user