summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/tftp-hpa
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-12-25 10:04:33 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-24 19:34:49 -0800
commita921faaee4dd0be0071c1d0aadf5d81a264f9630 (patch)
tree9f14dc801d21c85ea9bf8d50e690fe1f1d78ca92 /meta-networking/recipes-daemons/tftp-hpa
parent46e30569e3b3d0cc66ce05e9accd759f37705feb (diff)
downloadmeta-openembedded-a921faaee4dd0be0071c1d0aadf5d81a264f9630.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-daemons/tftp-hpa')
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index 4c62da818..dc1d6c67e 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -89,7 +89,7 @@ ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1"
89 89
90ALTERNATIVE_${PN} = "tftp" 90ALTERNATIVE_${PN} = "tftp"
91ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" 91ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa"
92ALTERNATIVE_PRIORITY = "60" 92ALTERNATIVE_PRIORITY = "100"
93 93
94 94
95SYSTEMD_PACKAGES = "tftp-hpa-server" 95SYSTEMD_PACKAGES = "tftp-hpa-server"