mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:41:53 +00:00
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:
parent
67ce9d817a
commit
e9bb4c52c9
@ -41,4 +41,4 @@ do_install() {
|
|||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
|
install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
|
||||||
}
|
}
|
||||||
ALTERNATIVE_PRIORITY = "50"
|
ALTERNATIVE_PRIORITY = "60"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user