From: Richard Purdie Date: Wed, 29 Sep 2021 19:01:12 +0000 (+0100) Subject: gnupg: Be deterministic about sendmail X-Git-Tag: yocto-3.4~37 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32e03a430f13960fe07f08c04eaa58017d977f6c;p=openembedded-core.git gnupg: Be deterministic about sendmail Set a path to where sendmail would exist making the output deterministic as it no longer depends on the build host and the presense of sendmail there. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnupg/gnupg_2.3.1.bb b/meta/recipes-support/gnupg/gnupg_2.3.1.bb index b8b0314d2f..411ea9579d 100644 --- a/meta/recipes-support/gnupg/gnupg_2.3.1.bb +++ b/meta/recipes-support/gnupg/gnupg_2.3.1.bb @@ -31,6 +31,7 @@ EXTRA_OECONF = "--disable-ldap \ --with-zlib=${STAGING_LIBDIR}/.. \ --with-bzip2=${STAGING_LIBDIR}/.. \ --with-readline=${STAGING_LIBDIR}/.. \ + --with-mailprog=${sbindir}/sendmail \ --enable-gpg-is-gpg2 \ "