diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.32.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index 320f93bdc2..c1962ccb90 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.bb | |||
@@ -117,7 +117,7 @@ inherit update-alternatives | |||
117 | ALTERNATIVE_PRIORITY = "100" | 117 | ALTERNATIVE_PRIORITY = "100" |
118 | # Make hostname's priority higher than busybox but lower than net-tools | 118 | # Make hostname's priority higher than busybox but lower than net-tools |
119 | ALTERNATIVE_PRIORITY[hostname] = "90" | 119 | ALTERNATIVE_PRIORITY[hostname] = "90" |
120 | ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs} base64 nice printenv mktemp df" | 120 | ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs} base32 base64 nice printenv mktemp df" |
121 | ALTERNATIVE_${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1" | 121 | ALTERNATIVE_${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1" |
122 | 122 | ||
123 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" | 123 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" |