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 users to date are X11 users and hence simply add a dependency on libxt.
I've run into this problem quite a while ago. My fix for this was a .bbappend file that passes --without-x to configure, since my target has no X11.
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
