[U-Boot] [PATCH] libfdt: fix build with Python 3

Simon Glass sjg at chromium.org
Sat Apr 1 04:23:58 UTC 2017


On 29 March 2017 at 13:41, Stefan Agner <stefan at agner.ch> wrote:
> From: Stefan Agner <stefan.agner at toradex.com>
>
> 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 at toradex.com>
> ---
>
>  lib/libfdt/setup.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg at chromium.org>

FYI the Python libfdt bindings were accepted upstream. I just need to
get the proper setup.py script up there now. Then we can replace all
of this. Hopefully after this release.

Regards,
Simon


More information about the U-Boot mailing list