]> code.ossystems Code Review - openembedded-core.git/commit
gpgme: Fix issue building for the target
authorMark Hatle <mark.hatle@windriver.com>
Tue, 7 Mar 2017 18:54:33 +0000 (12:54 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Mar 2017 21:46:52 +0000 (21:46 +0000)
commit839d6f124c2761194c868cf5597e1aa96571e1ca
treefa8707bf3e247c63bfe2a507c00d99873080a937
parent1098bcbc4520874967e7bd23fe798ab1a123fac4
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>
meta/recipes-support/gpgme/gpgme/python-lang-config.patch [new file with mode: 0644]
meta/recipes-support/gpgme/gpgme_1.8.0.bb