From: Alexandru Ardelean Date: Thu, 6 Jul 2017 06:30:45 +0000 (+0300) Subject: python: fix intermitent build failure X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1588b532fb13393becf323784ef9d4ac2fb59230;p=openwrt-packages.git python: fix intermitent build failure Fixes: https://github.com/openwrt/packages/issues/4548 When running parallel jobs, there are chances that the Build/InstallDev rule may run before the Host/Install rule and fail the build. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python/Makefile b/lang/python/python/Makefile index d4c657b4f..09269caeb 100644 --- a/lang/python/python/Makefile +++ b/lang/python/python/Makefile @@ -192,12 +192,6 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib/ $(1)/usr/lib/pkgconfig $(INSTALL_DIR) $(1)/usr/lib/python$(PYTHON_VERSION)/ - $(INSTALL_DATA) \ - ./files/python-package.mk \ - ./files/python-host.mk \ - ./files/python-version.mk \ - ./files/python-package-install.sh \ - $(STAGING_DIR)/mk/ $(CP) \ $(PKG_INSTALL_DIR)/usr/include/python$(PYTHON_VERSION) \ $(1)/usr/include/