]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnupg: Be deterministic about sendmail
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Sep 2021 19:01:12 +0000 (20:01 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Oct 2021 14:04:49 +0000 (04:04 -1000)
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 <richard.purdie@linuxfoundation.org>
(cherry picked from commit 32e03a430f13960fe07f08c04eaa58017d977f6c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/gnupg/gnupg_2.2.27.bb

index 1181c8341bf9a86fca303aff96d9c8cc80daa727..18bb855769ad08ccfc04155a3408485617e47085 100644 (file)
@@ -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 \
                "