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>
This commit is contained in:
Chen Qi
2016-12-07 09:47:55 +08:00
committed by Armin Kuster
parent 67ce9d817a
commit e9bb4c52c9
@@ -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"