[OE-core] [PATCH] gpgme: Fix issue building for the target

Mark Hatle mark.hatle at windriver.com
Tue Mar 7 16:39:04 UTC 2017


On 3/7/17 10:08 AM, Burton, Ross wrote:
> 
> On 7 March 2017 at 16:00, Mark Hatle <mark.hatle at windriver.com
> <mailto:mark.hatle at windriver.com>> wrote:
> 
>     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
>     <http://setup.py.in>
>     requires.  (In this case, it's easy to just use the environment
>     STAGING_INCDIR.)
> 
> 
> | checking for swig... no
> | checking for swig2.0... no
> | configure: error:
> | ***
> | *** You need SWIG to build the Python bindings.
> 
> It must be finding a swig binary on your host.

Thanks, I'll rework it.

--Mark

> Ross




More information about the Openembedded-core mailing list