Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Jonathan Liu
On 25 March 2016 at 17:25, Jonathan Liu wrote: > Python support was not being enabled because of a conflicting > --without-python configure argument in OE_EXTRACONF. > > Signed-off-by: Jonathan Liu > --- > meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1

Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Richard Purdie
On Fri, 2016-03-25 at 21:29 +1100, Jonathan Liu wrote: > Hi Richard, > > On 25 March 2016 at 20:26, Richard Purdie > wrote: > > On Fri, 2016-03-25 at 19:58 +1100, Jonathan Liu wrote: > > > Hi Richard, > > > > > > On 25 March 2016 at 19:54, Richard Purdie > >

Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Jonathan Liu
Hi Richard, On 25 March 2016 at 20:26, Richard Purdie wrote: > On Fri, 2016-03-25 at 19:58 +1100, Jonathan Liu wrote: >> Hi Richard, >> >> On 25 March 2016 at 19:54, Richard Purdie >> wrote: >> > On Fri, 2016-03-25 at 17:25

Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Richard Purdie
On Fri, 2016-03-25 at 19:58 +1100, Jonathan Liu wrote: > Hi Richard, > > On 25 March 2016 at 19:54, Richard Purdie > wrote: > > On Fri, 2016-03-25 at 17:25 +1100, Jonathan Liu wrote: > > > Python support was not being enabled because of a conflicting > > >

Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Jonathan Liu
Hi Richard, On 25 March 2016 at 19:54, Richard Purdie wrote: > On Fri, 2016-03-25 at 17:25 +1100, Jonathan Liu wrote: >> Python support was not being enabled because of a conflicting >> --without-python configure argument in OE_EXTRACONF. >> >> Signed-off-by:

Re: [OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Richard Purdie
On Fri, 2016-03-25 at 17:25 +1100, Jonathan Liu wrote: > Python support was not being enabled because of a conflicting > --without-python configure argument in OE_EXTRACONF. > > Signed-off-by: Jonathan Liu > --- > meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1 + > 1

[OE-core] [PATCH] gdb-cross-canadian: fix enabling of Python support

2016-03-25 Thread Jonathan Liu
Python support was not being enabled because of a conflicting --without-python configure argument in OE_EXTRACONF. Signed-off-by: Jonathan Liu --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1 + 1 file changed, 1 insertion(+) diff --git