dtc: build fails when swig/python not installed |
||
Issue description
$ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
$ cd dtc
$ git describe HEAD
v1.4.5-18-gb260c4f610c0
$ make -j
## Skipping pylibfdt (install python dev and swig to build)
$ make install DESTDIR=$PWD/foo
CHK version_gen.h
## Skipping pylibfdt (install python dev and swig to build)
INSTALL-BIN
INSTALL-LIB
INSTALL-INC
PYMOD pylibfdt/_libfdt.so
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1
make: *** [pylibfdt/_libfdt.so] Error 1
,
Jan 5 2018
Sent an initial patch to the device-tree compiler mailing list.
,
Jan 29 2018
The patch was accepted |
||
►
Sign in to add a comment |
||
Comment 1 by sjg@chromium.org
, Jan 5 2018