python: do not install the IDLE editor
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Jun 2014 21:52:22 +0000 (23:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Jul 2014 12:57:34 +0000 (14:57 +0200)
commit12b6eebe1295b9f63d5b67fd35efb77fa12dc886
treea44335dc2aba6f122d5c4714508abf807772c83b
parent4d9ae3daf608f1a1ee4afe8e69043b5a06443a37
python: do not install the IDLE editor

IDLE is the Python IDE built with the tkinter GUI toolkit, for which
the main script has always been removed from the target (so it was
never usable in Buildroot). However, we were still installing about
800 to 900 KB of .pyc files used only by the idle editor. This commit
adds a Python patch that completely gets rid of the
compilation/installation of the idle editor. As a consequence, it is
no longer needed to manually remove the 'idle' program from the
target in python.mk.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python/python-114-remove-idle-editor.patch [new file with mode: 0644]
package/python/python.mk