mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
traceroute: fix alternate name
traceroute6 for the name is misleading and will interfere with traceroute6 in iputils making an alternate link to the traceroute6 binary, so we change the name to traceroute. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
committed by
Joe MacDonald
parent
6226023a2e
commit
61d573ad7c
@@ -39,5 +39,5 @@ do_install() {
|
||||
|
||||
}
|
||||
|
||||
ALTERNATIVE_${PN} = "traceroute6"
|
||||
ALTERNATIVE_LINK_NAME[traceroute6] = "${bindir}/traceroute"
|
||||
ALTERNATIVE_${PN} = "traceroute"
|
||||
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
|
||||
|
||||
Reference in New Issue
Block a user