diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-12-25 10:04:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-24 19:34:49 -0800 |
commit | a921faaee4dd0be0071c1d0aadf5d81a264f9630 (patch) | |
tree | 9f14dc801d21c85ea9bf8d50e690fe1f1d78ca92 /meta-networking/recipes-daemons/tftp-hpa | |
parent | 46e30569e3b3d0cc66ce05e9accd759f37705feb (diff) | |
download | meta-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.bb | 2 |
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 | ||
90 | ALTERNATIVE_${PN} = "tftp" | 90 | ALTERNATIVE_${PN} = "tftp" |
91 | ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" | 91 | ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" |
92 | ALTERNATIVE_PRIORITY = "60" | 92 | ALTERNATIVE_PRIORITY = "100" |
93 | 93 | ||
94 | 94 | ||
95 | SYSTEMD_PACKAGES = "tftp-hpa-server" | 95 | SYSTEMD_PACKAGES = "tftp-hpa-server" |