[Buildroot] uboot-tools autobuild failures

Matthew Weber matthew.weber at rockwellcollins.com
Thu Apr 20 01:55:58 UTC 2017


It looks like all of these recent failures are because the python swig
build does a "$(if $(shell which swig 2> /dev/null),_libfdt.so)" to
determine if the host system has swig and if so, try to build the
python bindings.  Obviously not taking into account any prefix we'd
provide to the host/ in out build.

http://autobuild.buildroot.org/?reason=uboot-tools-2017.03

I don't directly have a need for those bindings, would a patch that
disables this swig detect be reasonable at this point?  Other option
would be to rewrite how they're doing it to search a prefix path vs
using the shell's which.  Then work upstreaming of that change.

-Matt


More information about the buildroot mailing list