Re: [U-Boot] [PATCH] pylibfdt: Use Python 2 in Makefile

2019-01-10 Thread Tom Rini
On Thu, Jan 10, 2019 at 05:56:56AM -0700, Simon Glass wrote: > On Tue, 8 Jan 2019 at 06:19, Josef Lusticky wrote: > > > > pylibfdt needs Python 2 to build. > > Replace $(PYTHON) with $(PYTHON2) in pylibfdt Makefile > > to ensure Python 2 is used to build it. > > > > This fixes build on systems whe

Re: [U-Boot] [PATCH] pylibfdt: Use Python 2 in Makefile

2019-01-10 Thread Simon Glass
On Tue, 8 Jan 2019 at 06:19, Josef Lusticky wrote: > > pylibfdt needs Python 2 to build. > Replace $(PYTHON) with $(PYTHON2) in pylibfdt Makefile > to ensure Python 2 is used to build it. > > This fixes build on systems where Python 3 is the default version > of the "python" interpreter. > --- >

[U-Boot] [PATCH] pylibfdt: Use Python 2 in Makefile

2019-01-08 Thread Josef Lusticky
pylibfdt needs Python 2 to build. Replace $(PYTHON) with $(PYTHON2) in pylibfdt Makefile to ensure Python 2 is used to build it. This fixes build on systems where Python 3 is the default version of the "python" interpreter. --- scripts/dtc/pylibfdt/Makefile | 2 +- 1 file changed, 1 insertion(+),