]> code.ossystems Code Review - openembedded-core.git/commitdiff
msmtp: fix configure options
authorRoss Burton <ross.burton@intel.com>
Thu, 15 Jan 2015 11:19:23 +0000 (11:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:47 +0000 (23:06 +0000)
msmtp moved from gnome-keyring to libsecret, so update EXTRA_OECONF.  Also
explicitly disable libgsasl to avoid potential non-deterministic builds in the
future.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/msmtp/msmtp_1.6.1.bb

index 6ce94fe89bed9859d5d64cfd38e2df03e730a0a9..c9ad1da25352cbb71599a30359eeb193f1840129 100644 (file)
@@ -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"