mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user