diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-29 20:01:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-02 23:09:22 +0100 |
commit | 9f0b69e91c51bad8722e765df95b545e3ecec9b1 (patch) | |
tree | 9807b715675c57992dbbe8db76e7229ee926bf4a /meta | |
parent | a543230b342cfc900caeb2703a314b7cbbb2eacc (diff) | |
download | poky-9f0b69e91c51bad8722e765df95b545e3ecec9b1.tar.gz |
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.
(From OE-Core rev: 32e03a430f13960fe07f08c04eaa58017d977f6c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.3.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
31 | --with-zlib=${STAGING_LIBDIR}/.. \ | 31 | --with-zlib=${STAGING_LIBDIR}/.. \ |
32 | --with-bzip2=${STAGING_LIBDIR}/.. \ | 32 | --with-bzip2=${STAGING_LIBDIR}/.. \ |
33 | --with-readline=${STAGING_LIBDIR}/.. \ | 33 | --with-readline=${STAGING_LIBDIR}/.. \ |
34 | --with-mailprog=${sbindir}/sendmail \ | ||
34 | --enable-gpg-is-gpg2 \ | 35 | --enable-gpg-is-gpg2 \ |
35 | " | 36 | " |
36 | 37 | ||