aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-12-23 17:20:33 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-23 22:47:02 -0800
commit049f0b3e83d60707648a945ea98a39ab3bd17405 (patch)
tree062b7c141dc8be7d10026c31329da298e58642b6 /meta-networking
parentfa9d118550be5e5c7b1d61b1e1e92828f48b55ff (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb2
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 9937944924..c673ed0094 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() {
}
-ALTERNATIVE_PRIORITY = "60"
+ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN} = "traceroute"
ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"