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>
This commit is contained in:
Chen Qi
2016-12-07 09:47:55 +08:00
committed by Joe MacDonald
parent c5c78e0511
commit 4439c66e0b
@@ -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"