mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:58:31 +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>
This commit is contained in:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user