[oe-commits] Joe Slater : traceroute: fix alternate name

git at git.openembedded.org git at git.openembedded.org
Sat Mar 29 21:33:05 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 61d573ad7c9d3969db5ea3799308e5b1633bb60e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=61d573ad7c9d3969db5ea3799308e5b1633bb60e

Author: Joe Slater <jslater at windriver.com>
Date:   Thu Mar 20 14:17:20 2014 -0700

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb | 4 ++--
 1 file 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 e6718db..83ac5a7 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"



More information about the Openembedded-commits mailing list