summaryrefslogtreecommitdiffstats
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
parentc5c78e0511d4495cd1ccf8408714ec56db58f748 (diff)
downloadmeta-openembedded-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>
-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 3311d24a5..0afe10c7c 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() {
41 install -d ${D}${bindir} 41 install -d ${D}${bindir}
42 install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} 42 install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
43} 43}
44ALTERNATIVE_PRIORITY = "50" 44ALTERNATIVE_PRIORITY = "60"