From: Richard Purdie Date: Wed, 29 Sep 2021 19:01:12 +0000 (+0100) Subject: gnupg: Be deterministic about sendmail X-Git-Tag: yocto-3.3.4~47 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=62b85d5a00dfdd5db0dd2ba3c9e51a87b370742f;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 (cherry picked from commit 32e03a430f13960fe07f08c04eaa58017d977f6c) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-support/gnupg/gnupg_2.2.27.bb b/meta/recipes-support/gnupg/gnupg_2.2.27.bb index 1181c8341b..18bb855769 100644 --- a/meta/recipes-support/gnupg/gnupg_2.2.27.bb +++ b/meta/recipes-support/gnupg/gnupg_2.2.27.bb @@ -32,6 +32,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 \ "