mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tftp-hpa: change the ALTERNATIVE_PRIORITY
Both inetutils-tftp and tftp-hpa provide the tftp command and the ALTERNATIVE_PRIORITY of inetutils-tftp is 79 until now. Increase the ALTERNATIVE_PRIORITY of tftp-hpa to 100 to guarantee the tftp command provided by tftp-hpa when both of the packages installed. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -89,7 +89,7 @@ ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1"
|
||||
|
||||
ALTERNATIVE_${PN} = "tftp"
|
||||
ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa"
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
|
||||
SYSTEMD_PACKAGES = "tftp-hpa-server"
|
||||
|
||||
Reference in New Issue
Block a user