]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Oct 2021 13:52:24 +0000 (14:52 +0100)
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>
meta/recipes-support/gnupg/gnupg_2.3.1.bb

index b8b0314d2f04a8319afd2118f29317b033f7e981..411ea9579dd354fa03ce9592a51b5866982afbd0 100644 (file)
@@ -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 \
                "