From c6a894f808a0d43aa79eb2c71ca5cfa94ac31d02 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 16 Mar 2017 10:29:51 -0400 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb index ae7138bde..045d7e5b4 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb @@ -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" -- cgit v1.2.3-54-g00ecf