diff options
author | Ross Burton <ross.burton@intel.com> | 2015-01-15 11:19:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:28 +0000 |
commit | 2d58e62525b5c50d657ae57df598e33375514409 (patch) | |
tree | 545392834f5f66b0d738206c33dc00ef59ff5337 /meta | |
parent | fde928801559a853dcbcd94c9aa0afedd9083e2d (diff) | |
download | poky-2d58e62525b5c50d657ae57df598e33375514409.tar.gz |
msmtp: fix configure options
msmtp moved from gnome-keyring to libsecret, so update EXTRA_OECONF. Also
explicitly disable libgsasl to avoid potential non-deterministic builds in the
future.
(From OE-Core rev: 35ac8cd4bd4f2d4ba85bcc88eb30ef07a215c41c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.1.bb b/meta/recipes-extended/msmtp/msmtp_1.6.1.bb index 6ce94fe89b..c9ad1da253 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.6.1.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.6.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f | |||
17 | 17 | ||
18 | inherit gettext autotools update-alternatives pkgconfig | 18 | inherit gettext autotools update-alternatives pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF += "--without-gnome-keyring --without-libidn" | 20 | EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn" |
21 | 21 | ||
22 | ALTERNATIVE_${PN} = "sendmail" | 22 | ALTERNATIVE_${PN} = "sendmail" |
23 | ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" | 23 | ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" |