]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Wed, 8 Mar 2017 11:52:56 +0000 (11:52 +0000)
commitfc6c81da79897c95a9c81960a1dee49517f2562a
tree01a121cc4584e11ebdc1fd542428d3a4de93b492
parent07eca818019e1969c78afa8932f0e2cda1fc8e72
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.)

(From OE-Core rev: 839d6f124c2761194c868cf5597e1aa96571e1ca)

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