Re: [OE-core] [PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables

2016-04-01 Thread Khem Raj
On Fri, Apr 1, 2016 at 4:42 AM, Jonathan Liu wrote: >>> -EXTRA_OECONF_append = " --with-python=${WORKDIR}/python" >>> +EXTRA_OECONF += "--with-python=${WORKDIR}/python" >> >> should this point to a valid python location ? > > ${WORKDIR}/python is created by

Re: [OE-core] [PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables

2016-04-01 Thread Jonathan Liu
Hi Khem, On 27 March 2016 at 17:42, Khem Raj wrote: > On Sat, Mar 26, 2016 at 5:45 PM, Jonathan Liu wrote: >> The PACKAGECONFIG variables in gdb-common.inc don't work correctly for >> the cross recipes so they need to be disabled. >> >> Python support was

Re: [OE-core] [PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables

2016-03-27 Thread Khem Raj
On Sat, Mar 26, 2016 at 5:45 PM, Jonathan Liu wrote: > The PACKAGECONFIG variables in gdb-common.inc don't work correctly for > the cross recipes so they need to be disabled. > > Python support was not being enabled because the python PACKAGECONFIG > added --without-python to

[OE-core] [PATCH] gdb-cross-canadian: disable conflicting PACKAGECONFIG variables

2016-03-26 Thread Jonathan Liu
The PACKAGECONFIG variables in gdb-common.inc don't work correctly for the cross recipes so they need to be disabled. Python support was not being enabled because the python PACKAGECONFIG added --without-python to OE_EXTRACONF. The recipe depends on nativesdk-readline and the readline