]> code.ossystems Code Review - openembedded-core.git/commit
gnupg: patch gnupg-native to allow path relocation
authorRoss Burton <ross.burton@intel.com>
Wed, 19 Sep 2018 13:44:40 +0000 (14:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Nov 2018 21:49:22 +0000 (21:49 +0000)
commitddaf41f210f80556eca1d0acaee1e3f9cbf80122
treebf4f4f9de71f2ef5a09fb4e370da8515c7647ba8
parent1c35c68da07ccca5d80820e2de51c0b6bf51b349
gnupg: patch gnupg-native to allow path relocation

GnuPG hard-codes $bindir etc and uses them to find the helper binaries, such as
gpg-agent.  This breaks if gnupg-native is reused from sstate for a different
build directory and GPG signing of packages is required.

Patch in getenv() checks for gnupg-native when returning the hardcoded paths,
and create a wrapper script which overrides GNUPG_BINDIR. There are more paths
that can be overridden, but this one is sufficient to make GnuPG work.

(From OE-Core rev: dfd69ff889ed78bf137116583d8ae351859ee203)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnupg/gnupg/relocate.patch [new file with mode: 0644]
meta/recipes-support/gnupg/gnupg_2.2.4.bb