diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-12-06 10:02:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-09 15:23:28 +0000 |
| commit | 011e8bf639a45310754560dc1f89843b07ef4bc6 (patch) | |
| tree | 55f3ce564bae98dd17df8a33a0a09868482eeeb0 /meta/recipes-connectivity | |
| parent | b4b29b45e97f2b5186803deaec41b224aacad9e8 (diff) | |
| download | poky-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.bb | 1 |
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 | ||
| 147 | ALTERNATIVE:${PN}-hostname = "hostname" | 147 | ALTERNATIVE:${PN}-hostname = "hostname" |
| 148 | ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" | 148 | ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" |
| 149 | ALTERNATIVE_PRIORITY[hostname] = "100" | ||
| 149 | 150 | ||
| 150 | ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ | 151 | ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ |
| 151 | tftpd.8 tftp.1 telnetd.8" | 152 | tftpd.8 tftp.1 telnetd.8" |
