[Buildroot] [PATCHv1 06/26] core: remove .py/.pyc for Python

Peter Korsgaard jacmet at uclibc.org
Fri Feb 14 20:59:49 UTC 2014


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > The main Buildroot Makefile was removing *.py or *.pyc if Python 2 was
 > enabled, but for Python 3, this action was taken care of by a post
 > install target hook of python3.mk, which means it wouldn't work with
 > external modules (the .py/.pyc removal would be done before external
 > Python modules are installed).

 > We fix this by making the global *.py/*.pyc removal in the main
 > Makefile work for both Python 2 and Python 3.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list