mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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: a8ec8c9eaed898c3cc719efd87a2f4296c6304a6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 32e03a430f13960fe07f08c04eaa58017d977f6c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,6 +32,7 @@ EXTRA_OECONF = "--disable-ldap \
|
|||||||
--with-zlib=${STAGING_LIBDIR}/.. \
|
--with-zlib=${STAGING_LIBDIR}/.. \
|
||||||
--with-bzip2=${STAGING_LIBDIR}/.. \
|
--with-bzip2=${STAGING_LIBDIR}/.. \
|
||||||
--with-readline=${STAGING_LIBDIR}/.. \
|
--with-readline=${STAGING_LIBDIR}/.. \
|
||||||
|
--with-mailprog=${sbindir}/sendmail \
|
||||||
--enable-gpg-is-gpg2 \
|
--enable-gpg-is-gpg2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user