summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-01-15 11:19:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 23:08:28 +0000
commit2d58e62525b5c50d657ae57df598e33375514409 (patch)
tree545392834f5f66b0d738206c33dc00ef59ff5337 /meta/recipes-extended
parentfde928801559a853dcbcd94c9aa0afedd9083e2d (diff)
downloadast2050-yocto-poky-2d58e62525b5c50d657ae57df598e33375514409.zip
ast2050-yocto-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/recipes-extended')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.6.1.bb2
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 6ce94fe..c9ad1da 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
inherit gettext autotools update-alternatives pkgconfig
-EXTRA_OECONF += "--without-gnome-keyring --without-libidn"
+EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn"
ALTERNATIVE_${PN} = "sendmail"
ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
OpenPOWER on IntegriCloud