mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 08:45:47 +00:00
inetutils: bump priority to avoid conflict issue
To fix: [log_check] Warn: update-alternatives: logger.1 has multiple providers with the same priority, please check tmp/work/genericx86_64-overc-linux/cube-graphical-builder/0.2-r0/rootfs/usr/lib/opkg/alternatives/logger.1 for details In that file we see: /usr/share/man/man1/logger.1 /usr/share/man/man1/logger.1.util-linux 80 /usr/share/man/man1/logger.1.inetutils 80 Since most people would probably expect the util-linux version, we drop inetutils by one. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
88489005be
commit
c6a894f808
@ -109,7 +109,7 @@ ${PN}-rsh ${PN}-rshd"
|
||||
PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg"
|
||||
NOAUTOPACKAGEDEBUG = "1"
|
||||
|
||||
ALTERNATIVE_PRIORITY = "80"
|
||||
ALTERNATIVE_PRIORITY = "79"
|
||||
ALTERNATIVE_${PN} = "talk whois"
|
||||
ALTERNATIVE_LINK_NAME[talkd] = "${sbindir}/in.talkd"
|
||||
ALTERNATIVE_LINK_NAME[uucpd] = "${sbindir}/in.uucpd"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user