From: Alexandru Ardelean Date: Sun, 11 Jan 2015 15:08:02 +0000 (+0200) Subject: python: remove libffi/host; we're not using it X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=11fba7e6bdd5a71e03b887c391989cc28c9489db;p=feed%2Fpackages.git python: remove libffi/host; we're not using it Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index b02aebdafe..d2b92d50b8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -28,7 +28,7 @@ HOST_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=libffi/host python/host +PKG_BUILD_DEPENDS:=python/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk