Update buildroot to 2020.02.7 (#923)

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2020-10-22 17:05:36 +02:00
committed by GitHub
parent fdcb94f0d8
commit dcfb296dcf
332 changed files with 10767 additions and 1806 deletions

View File

@@ -11,4 +11,15 @@ PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
ifeq ($(BR2_PACKAGE_PYTHON),y)
# only needed/valid for python 3.x
define PYTHON_AUTOBAHN_RM_PY3_FILES
rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/autobahn/asyncio \
$(TARGET_DIR)/usr/lib/python*/site-packages/autobahn/xbr \
$(TARGET_DIR)/usr/lib/python*/site-packages/autobahn/twisted/xbr.py
endef
PYTHON_AUTOBAHN_POST_INSTALL_TARGET_HOOKS += PYTHON_AUTOBAHN_RM_PY3_FILES
endif
$(eval $(python-package))