From 049f0b3e83d60707648a945ea98a39ab3bd17405 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 23 Dec 2020 17:20:33 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"