From: Bartosz Golaszewski Date: Fri, 6 Dec 2024 09:02:10 +0000 (+0100) Subject: inetutils: increase alternative priority for hostname X-Git-Tag: uninative-4.7~638 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f718a8cd04d1098eca06fed1e83a0e6f43ab64;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git inetutils: increase alternative priority for hostname If the users specifically asks for inetutils-hostname, it's likely they want it to take precedence over busybox' implementation. Increase the alternative priority for this package's version. Signed-off-by: Bartosz Golaszewski Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb index afb0462c617..d8fc7069aca 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb @@ -146,6 +146,7 @@ ALTERNATIVE:${PN}-traceroute = "traceroute" ALTERNATIVE:${PN}-hostname = "hostname" ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" +ALTERNATIVE_PRIORITY[hostname] = "100" ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ tftpd.8 tftp.1 telnetd.8"