Skip to content
Commit dfd69ff8 authored by Ross Burton's avatar Ross Burton Committed by Richard Purdie
Browse files

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.

Signed-off-by: default avatarRoss Burton <ross.burton@intel.com>
parent a6de4b18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment