From 32e03a430f13960fe07f08c04eaa58017d977f6c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Sep 2021 20:01:12 +0100 Subject: 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 --- meta/recipes-support/gnupg/gnupg_2.3.1.bb | 1 + 1 file changed, 1 insertion(+) 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 \ " -- cgit 1.2.3-korg