The linuxstdbase override was used by the poky-lsb distribution, which
aimed to be compatible with the Linux Standard Base specification.
LSB is long-dead and poky-lsb was removed back in 2018 with the thud
release[1].
Clarify the recipe by removing this obsolete alternative.
[1] meta-yocto 00fdefff55 ("poky-altcfg: Replace poky-lsb with poky-altcfg")
Signed-off-by: Ross Burton <[email protected]>
---
meta/recipes-extended/msmtp/msmtp_1.8.32.bb | 4 ----
1 file changed, 4 deletions(-)
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.32.bb
b/meta/recipes-extended/msmtp/msmtp_1.8.32.bb
index 548c94aaaf6..7f39f66f65a 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.32.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.32.bb
@@ -18,10 +18,6 @@ inherit gettext autotools update-alternatives pkgconfig
EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn"
ALTERNATIVE:${PN} = "sendmail"
-# /usr/lib/sendmial is required by LSB core test
-ALTERNATIVE:${PN}:linuxstdbase = "sendmail usr-lib-sendmail"
ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
-ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/msmtp"
-ALTERNATIVE_LINK_NAME[usr-lib-sendmail] = "/usr/lib/sendmail"
ALTERNATIVE_PRIORITY = "100"
--
2.43.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#240947):
https://lists.openembedded.org/g/openembedded-core/message/240947
Mute This Topic: https://lists.openembedded.org/mt/120279141/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-