summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/util-linux/util-linux.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 5e726df701..15ccc95499 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -176,11 +176,12 @@ ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
176ALTERNATIVE_LINK_NAME[getopt] = "${base_bindir}/getopt" 176ALTERNATIVE_LINK_NAME[getopt] = "${base_bindir}/getopt"
177ALTERNATIVE_TARGET[getopt] = "${bindir}/getopt" 177ALTERNATIVE_TARGET[getopt] = "${bindir}/getopt"
178 178
179ALTERNATIVE_${PN}-doc = "mountpoint.1 last.1 mesg.1 wall.1 sulogin.8 utmpdump.1" 179ALTERNATIVE_${PN}-doc = "mountpoint.1 last.1 mesg.1 wall.1 sulogin.8 utmpdump.1 reset.1"
180 180
181ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1" 181ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1"
182ALTERNATIVE_LINK_NAME[mesg.1] = "${mandir}/man1/mesg.1" 182ALTERNATIVE_LINK_NAME[mesg.1] = "${mandir}/man1/mesg.1"
183ALTERNATIVE_LINK_NAME[mountpoint.1] = "${mandir}/man1/mountpoint.1" 183ALTERNATIVE_LINK_NAME[mountpoint.1] = "${mandir}/man1/mountpoint.1"
184ALTERNATIVE_LINK_NAME[reset.1] = "${mandir}/man1/reset.1"
184ALTERNATIVE_LINK_NAME[sulogin.8] = "${mandir}/man8/sulogin.8" 185ALTERNATIVE_LINK_NAME[sulogin.8] = "${mandir}/man8/sulogin.8"
185ALTERNATIVE_LINK_NAME[utmpdump.1] = "${mandir}/man1/utmpdump.1" 186ALTERNATIVE_LINK_NAME[utmpdump.1] = "${mandir}/man1/utmpdump.1"
186ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1" 187ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"