Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 4:16 PM Burton, Ross wrote: > > Try adding EXTRA_AUTORECONF += "-I Tools/config"? Ah! Perfect. I'll send a v3. Alistair > > Ross > > On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote: > > > > On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > > > > > On Thu, 3 Ja

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Burton, Ross
Try adding EXTRA_AUTORECONF += "-I Tools/config"? Ross On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote: > > On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > > > On Thu, 3 Jan 2019 at 23:18, Alistair Francis > > wrote: > > > Fix the swig build by calling autogen.sh before running con

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote: > > On Thu, 3 Jan 2019 at 23:18, Alistair Francis > wrote: > > Fix the swig build by calling autogen.sh before running configure. > > But... > > > @@ -45,6 +45,7 @@ do_configure() { > > install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/c

Re: [OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Burton, Ross
On Thu, 3 Jan 2019 at 23:18, Alistair Francis wrote: > Fix the swig build by calling autogen.sh before running configure. But... > @@ -45,6 +45,7 @@ do_configure() { > install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub > ${S}/Tools/config > install -m 0755 ${STAGING_DATAD

[OE-core] [PATCH v2] swig: Fix configure failure

2019-01-03 Thread Alistair Francis
Fix the swig build by calling autogen.sh before running configure. Signed-off-by: Alistair Francis --- meta/recipes-devtools/swig/swig.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index aec544997f..d74e34c1b6 1