Browse Source

Merge pull request #2565 from zyxmon/patch-1

python-setuptools/host - this fixes parallel builds
lilik-openwrt-22.03
Hannu Nyman 9 years ago
parent
commit
5d4caa73f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python-setuptools/Makefile

+ 1
- 1
lang/python-setuptools/Makefile View File

@ -15,7 +15,7 @@ PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1 PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1
HOST_BUILD_DEPENDS:=python/host
HOST_BUILD_DEPENDS:=python python/host
PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION)


Loading…
Cancel
Save