summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-12-06 10:02:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-09 15:23:28 +0000
commit011e8bf639a45310754560dc1f89843b07ef4bc6 (patch)
tree55f3ce564bae98dd17df8a33a0a09868482eeeb0 /meta/recipes-connectivity
parentb4b29b45e97f2b5186803deaec41b224aacad9e8 (diff)
downloadpoky-011e8bf639a45310754560dc1f89843b07ef4bc6.tar.gz
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. (From OE-Core rev: 36f718a8cd04d1098eca06fed1e83a0e6f43ab64) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/inetutils/inetutils_2.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb
index afb0462c61..d8fc7069ac 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"
146 146
147ALTERNATIVE:${PN}-hostname = "hostname" 147ALTERNATIVE:${PN}-hostname = "hostname"
148ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" 148ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname"
149ALTERNATIVE_PRIORITY[hostname] = "100"
149 150
150ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ 151ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \
151 tftpd.8 tftp.1 telnetd.8" 152 tftpd.8 tftp.1 telnetd.8"