summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-12-07 09:47:55 +0800
committerArmin Kuster <akuster808@gmail.com>2017-01-29 19:35:26 -0500
commite9bb4c52c995be408d91e5c7ed7889879c3eb597 (patch)
tree8529d96e4b97cfc4847f88959e4eaf54e0852c95 /meta-networking
parent67ce9d817a5338dfc260da9bd34a1180f88b0e67 (diff)
downloadmeta-openembedded-e9bb4c52c995be408d91e5c7ed7889879c3eb597.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> Signed-off-by: Armin Kuster <akuster808@gmail.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 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"