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:06:47 +0000 |
commit | 35ac8cd4bd4f2d4ba85bcc88eb30ef07a215c41c (patch) | |
tree | 86908f2a45349073b37df31685108a80c06283f3 /meta/recipes-extended/msmtp | |
parent | 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2 (diff) | |
download | openembedded-core-contrib-35ac8cd4bd4f2d4ba85bcc88eb30ef07a215c41c.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/msmtp')
-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 6ce94fe89be..c9ad1da2535 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" |