diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-03-16 10:29:51 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-24 14:10:18 -0400 |
commit | c6a894f808a0d43aa79eb2c71ca5cfa94ac31d02 (patch) | |
tree | b945d18ed9e1fe26f379cae9da15a5cd2a86d824 /meta-networking/recipes-connectivity/inetutils | |
parent | 88489005be7ba5b00e45163d66fffa1466518d9e (diff) | |
download | meta-openembedded-c6a894f808a0d43aa79eb2c71ca5cfa94ac31d02.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils')
-rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
109 | PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg" | 109 | PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg" |
110 | NOAUTOPACKAGEDEBUG = "1" | 110 | NOAUTOPACKAGEDEBUG = "1" |
111 | 111 | ||
112 | ALTERNATIVE_PRIORITY = "80" | 112 | ALTERNATIVE_PRIORITY = "79" |
113 | ALTERNATIVE_${PN} = "talk whois" | 113 | ALTERNATIVE_${PN} = "talk whois" |
114 | ALTERNATIVE_LINK_NAME[talkd] = "${sbindir}/in.talkd" | 114 | ALTERNATIVE_LINK_NAME[talkd] = "${sbindir}/in.talkd" |
115 | ALTERNATIVE_LINK_NAME[uucpd] = "${sbindir}/in.uucpd" | 115 | ALTERNATIVE_LINK_NAME[uucpd] = "${sbindir}/in.uucpd" |