diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-03-07 12:54:33 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-07 21:46:52 +0000 |
commit | 839d6f124c2761194c868cf5597e1aa96571e1ca (patch) | |
tree | fa8707bf3e247c63bfe2a507c00d99873080a937 /meta/recipes-devtools/strace | |
parent | 1098bcbc4520874967e7bd23fe798ab1a123fac4 (diff) | |
download | openembedded-core-839d6f124c2761194c868cf5597e1aa96571e1ca.tar.gz openembedded-core-839d6f124c2761194c868cf5597e1aa96571e1ca.tar.bz2 openembedded-core-839d6f124c2761194c868cf5597e1aa96571e1ca.zip |
gpgme: Fix issue building for the target
gpgme failed when configuring since you can only configure for one python
system at a time (via the inherits). So we need to have a PACKAGECONFIG
that defines which one [or neither] you want to use.
The prior pkgconfig patch introduced the usage of the variable PKG_CONFIG,
which is not defined anywhere. Define this.
When building the python module, we can not call gpg-error-config, so we
need to find an alternative way of finding the information the setup.py.in
requires. (In this case, it's easy to just use the environment
STAGING_INCDIR.)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
0 files changed, 0 insertions, 0 deletions