python-setuptools: use $(PYTHON_PKG_DIR) short-hand
Signed-off-by: Xuefer Tinys <xuefer@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
c47ced20c1
commit
16f53ee9c8
|
@ -44,10 +44,10 @@ define PyPackage/python-setuptools/filespec
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(2)/lib/python$(PYTHON_VERSION)/site-packages
|
$(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR)
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/site-packages/* \
|
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \
|
||||||
$(HOST_PYTHON_LIB_DIR)/site-packages
|
$(2)$(PYTHON_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-setuptools/install
|
define PyPackage/python-setuptools/install
|
||||||
|
|
Loading…
Reference in New Issue