mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:18:32 +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:
parent
e54707d426
commit
15fabdd15d
@ -40,5 +40,6 @@ do_install() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ALTERNATIVE_PRIORITY = "60"
|
||||||
ALTERNATIVE_${PN} = "traceroute"
|
ALTERNATIVE_${PN} = "traceroute"
|
||||||
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
|
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user