aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-12-07 09:47:55 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-12-14 09:20:12 -0500
commit4439c66e0baf8707d627dcae71b2c53bc3e2470e (patch)
treec3bfbb8c0c074a1daae34f41093ad58c4624d668 /meta-networking
parentc5c78e0511d4495cd1ccf8408714ec56db58f748 (diff)
downloadmeta-openembedded-contrib-4439c66e0baf8707d627dcae71b2c53bc3e2470e.tar.gz
netcat-openbsd: fix ALTERNATIVE_PRIORITY to avoid conflict
Fix ALTERNATIVE_PRIORITY to avoid the same priority of the 'nc' utility with that from busybox. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 3311d24a51..0afe10c7c0 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -41,4 +41,4 @@ do_install() {
install -d ${D}${bindir}
install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
}
-ALTERNATIVE_PRIORITY = "50"
+ALTERNATIVE_PRIORITY = "60"