[oe-commits] [openembedded-core] 08/21: inetutils: Remove talk / talkd from ALTERNATIVES

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 11:13:02 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 314a1b64a629cf072ceb12925518ceac8beea126
Author: Tom Rini <trini at konsulko.com>
AuthorDate: Tue Mar 12 16:07:20 2019 -0400

    inetutils: Remove talk / talkd from ALTERNATIVES
    
    There are no alternative provides of these packages anymore.  To avoid
    QA issues when building with musl, don't put these under an alternative
    at all.
    
    Cc: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Tom Rini <trini at konsulko.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
index 453f485..9318d12 100644
--- a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
+++ b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
@@ -112,8 +112,7 @@ PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg"
 NOAUTOPACKAGEDEBUG = "1"
 
 ALTERNATIVE_PRIORITY = "79"
-ALTERNATIVE_${PN} = "talk whois"
-ALTERNATIVE_LINK_NAME[talkd]  = "${sbindir}/in.talkd"
+ALTERNATIVE_${PN} = "whois"
 ALTERNATIVE_LINK_NAME[uucpd]  = "${sbindir}/in.uucpd"
 
 ALTERNATIVE_PRIORITY_${PN}-logger = "60"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list