* [meta-networking][PATCH 1/1] traceroute: fix alternate name
@ 2014-03-20 21:17 Joe Slater
2014-03-27 20:28 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2014-03-20 21:17 UTC (permalink / raw)
To: openembedded-devel, joe.macdonald
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>
---
recipes-support/traceroute/traceroute_2.0.18.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-support/traceroute/traceroute_2.0.18.bb b/recipes-support/traceroute/traceroute_2.0.18.bb
index e6718db..83ac5a7 100644
--- a/recipes-support/traceroute/traceroute_2.0.18.bb
+++ b/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"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-27 20:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 21:17 [meta-networking][PATCH 1/1] traceroute: fix alternate name Joe Slater
2014-03-27 20:28 ` Joe MacDonald
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.