mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
traceroute: give high priority when update-alternatives
busybox provides traceroute command and uses the default priority to update-alternatives, if traceroute is not defined the priority, the traceroute maybe link to busybox's Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -40,5 +40,6 @@ do_install() {
|
||||
|
||||
}
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
ALTERNATIVE_${PN} = "traceroute"
|
||||
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
|
||||
|
||||
Reference in New Issue
Block a user