python: Don't delete .py files unless asked.
If we have set BR2_PACKAGE_PYTHON_PY_ONLY or BR2_PACKAGE_PYTHON_PY_PYC we want .py files to be left on the target, whatever the value of BR2_PACKAGE_PYTHON_DEV. Signed-off-by: Will Newton <will.newton@gmail.com>
This commit is contained in:
parent
1a9015f5d5
commit
0c2b9a4a2d
@ -155,7 +155,6 @@ endif
|
||||
ifneq ($(BR2_PACKAGE_PYTHON_DEV),y)
|
||||
rm -rf $(TARGET_DIR)/usr/include/python$(PYTHON_VERSION_MAJOR)
|
||||
rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/config
|
||||
find $(TARGET_DIR)/usr/lib/ -name '*.py' -exec rm {} \;
|
||||
endif
|
||||
ifneq ($(BR2_PACKAGE_PYTHON_BSDDB),y)
|
||||
rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/bsddb
|
||||
|
Loading…
Reference in New Issue
Block a user