traceroute: change the ALTERNATIVE_PRIORITY

Both inetutils-traceroute and traceroute provide the traceroute
command and the ALTERNATIVE_PRIORITY of inetutils-traceroute is
79 until now.

Increase the ALTERNATIVE_PRIORITY of traceroute to 100 to guarantee
the traceroute command provided by traceroute when both of the
packages installed.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Mingli Yu
2020-12-23 17:20:33 +08:00
committed by Khem Raj
parent fa9d118550
commit 049f0b3e83
@@ -40,6 +40,6 @@ do_install() {
}
ALTERNATIVE_PRIORITY = "60"
ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN} = "traceroute"
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"