aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-03-20 14:17:20 -0700
committerJoe MacDonald <joe.macdonald@windriver.com>2014-03-27 15:41:13 -0400
commit61d573ad7c9d3969db5ea3799308e5b1633bb60e (patch)
tree7081958bb437dd7524d33c9b19ebb97037afafff /meta-networking/recipes-support
parent6226023a2ee16d1c0897e6565815710a3734a17d (diff)
downloadmeta-openembedded-61d573ad7c9d3969db5ea3799308e5b1633bb60e.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
index e6718dbd5d..83ac5a7427 100644
--- a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
+++ b/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
@@ -39,5 +39,5 @@ do_install() {
}
-ALTERNATIVE_${PN} = "traceroute6"
-ALTERNATIVE_LINK_NAME[traceroute6] = "${bindir}/traceroute"
+ALTERNATIVE_${PN} = "traceroute"
+ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"