Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-13 Thread Burton, Ross
On 13 February 2015 at 06:56, Paul Gortmaker paul.gortma...@windriver.com wrote: DEPENDS_append = ${@bb.utils.contains('DISTRO_FEATURES','x11','libxt','',d)} ...or perhaps: EXTRA_OECONF_X = ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)} I'm mostly surprised

Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-12 Thread Paul Gortmaker
[Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt] On 12/02/2015 (Thu 14:56) Peter Urbanec wrote: On 12/02/15 11:00, Paul Gortmaker wrote: Looking at the configure script, we see these invalid values are output when the autoconf test for X11 fails. That test

[OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-11 Thread Paul Gortmaker
The failure intermittently shows up as follows: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was 'poky/build/tmp/work/core2-64-poky-linux/mozjs/17.0.0-r0/build'

Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-11 Thread Peter Urbanec
On 12/02/15 11:00, Paul Gortmaker wrote: Looking at the configure script, we see these invalid values are output when the autoconf test for X11 fails. That test fails in the following fashion: ... Since the package clearly has never been built in a no-X11 OE environment, we assume that all OE