On 15 April 2015 at 18:27, Andreas Müller wrote: > Patch [1]: util-macros no more required in DEPENDS > What's the point of this? util-macros adds functionality and doesn't depend on X in any way, it's just some m4 macros. > Patch [2]: allow build for x-less environments > I'm glad this demonstrates that simply disabling GLX works but FWIW I wouldn't accept this into oe-core as it's not deterministic. > I don't have time to prepare patches, but maybe somebody wants to take a > look. > > Ahh before I forget: libepoxy should inherit pythonnative - all source > file creation is done by pythonscripts. > Isn't pythonnative only required if the Python needs to use modules that were previously built natively? Bitbake is Python so if it's just "run this bit of basic python code" then the host Python is sufficient. Ross