diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-12-23 17:20:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-23 22:47:02 -0800 |
commit | 049f0b3e83d60707648a945ea98a39ab3bd17405 (patch) | |
tree | 062b7c141dc8be7d10026c31329da298e58642b6 | |
parent | fa9d118550be5e5c7b1d61b1e1e92828f48b55ff (diff) | |
download | meta-openembedded-049f0b3e83d60707648a945ea98a39ab3bd17405.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb index 993794492..c673ed009 100644 --- a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb +++ b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | |||
@@ -40,6 +40,6 @@ do_install() { | |||
40 | 40 | ||
41 | } | 41 | } |
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "60" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | ALTERNATIVE_${PN} = "traceroute" | 44 | ALTERNATIVE_${PN} = "traceroute" |
45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" | 45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" |