mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 04:30:31 +00:00
tftp-hpa: fix ALTERNATIVE_PRIORITY to avoid conflict
Fix ALTERNATIVE_PRIORITY to avoid the same priority of the 'tftp' 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:
@@ -75,5 +75,5 @@ INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 20 1 ."
|
||||
|
||||
ALTERNATIVE_${PN} = "tftp"
|
||||
ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa"
|
||||
ALTERNATIVE_PRIORITY = "50"
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user