mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +00:00
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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user