From: Hannu Nyman Date: Sun, 6 Dec 2015 11:39:23 +0000 (+0200) Subject: Merge pull request #1985 from jefferyto/python-setuptools-host X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=15ea770194f95a42719ae1a25a0c818375bab34e;p=openwrt-packages.git Merge pull request #1985 from jefferyto/python-setuptools-host python-setuptools: add ability to install on host --- 15ea770194f95a42719ae1a25a0c818375bab34e diff --cc lang/python-setuptools/Makefile index 17b29fc0a,fda4821b4..27c26e8cc --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@@ -13,12 -13,17 +13,17 @@@ PKG_RELEASE:= PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=533c868f01169a3085177dffe5e768bb +PKG_MD5SUM:=295d7aaef2da7d6ff10b522581da0cf9 + HOST_BUILD_DEPENDS:=python/host + PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION) + HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION) + include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk $(call include_mk, python-package.mk) + $(call include_mk, python-host.mk) define Package/python-setuptools SUBMENU:=Python