mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -40,6 +40,6 @@ do_install() {
|
||||
|
||||
}
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
ALTERNATIVE_${PN} = "traceroute"
|
||||
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
|
||||
|
||||
Reference in New Issue
Block a user