]> git.ipfire.org Git - people/ms/u-boot.git/commit
libfdt: fix build with Python 3
authorStefan Agner <stefan.agner@toradex.com>
Wed, 29 Mar 2017 19:41:23 +0000 (12:41 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 10 Apr 2017 19:25:19 +0000 (13:25 -0600)
commit9963890b8be1d208035945abc5ba9f77637b6542
treeaa2c1ec88d408212ea76f313c0c94eab3e23a89d
parent92688a09937236dc56c72cae8829cc3a4864c061
libfdt: fix build with Python 3

For some reason Python 3 seems to think it does not need to build
the library. Using the --force parameter makes sure that the library
gets built always. This is especially important since we move the
library in the next step of the Makefile, hence forcing a rebuild
every time the higher level Makefile triggers a rebuild is required
to make sure the library is always there.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Simon Glass <sjg@chromium.org>
lib/libfdt/setup.py