summaryrefslogtreecommitdiffstats
path: root/package/python3
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-10 06:29:37 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-11 22:42:15 +0200
commitfd8f39653a9939a5d5e1043c874e4b26f412c388 (patch)
tree9d252a5a7ae97e554ef177e78fbc74c0bc51840d /package/python3
parent85c798b88b56dbf79caba55226e0ebf12817caf2 (diff)
downloadbuildroot-novena-fd8f39653a9939a5d5e1043c874e4b26f412c388.tar.gz
buildroot-novena-fd8f39653a9939a5d5e1043c874e4b26f412c388.zip
python3: remove another config script
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/python3')
-rw-r--r--package/python3/python3.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 7551a7b5a..239ac8f63 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -130,6 +130,7 @@ PYTHON3_POST_INSTALL_STAGING_HOOKS += PYTHON3_FIXUP_LIBDIR
#
define PYTHON3_REMOVE_DEVFILES
rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)-config
+ rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)m-config
rm -f $(TARGET_DIR)/usr/bin/python3-config
endef