mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -34,9 +34,7 @@ define Package/python-pip/description
|
||||
A tool for installing and managing Python packages.
|
||||
endef
|
||||
|
||||
PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
||||
define Build/Compile
|
||||
$(INSTALL_DIR) $(PYTHONPATH)
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||
)
|
||||
|
||||
@@ -33,9 +33,7 @@ define Package/python-setuptools/description
|
||||
Easily download, build, install, upgrade, and uninstall Python packages
|
||||
endef
|
||||
|
||||
PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
||||
define Build/Compile
|
||||
$(INSTALL_DIR) $(PYTHONPATH)
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||
)
|
||||
|
||||
@@ -21,6 +21,7 @@ HOST_PYTHON_LIB_DIR:=$(STAGING_DIR_HOST)/lib/python$(PYTHON_VERSION)
|
||||
HOST_PYTHON_BIN:=$(STAGING_DIR_HOST)/bin/python2
|
||||
|
||||
PYTHONPATH:=$(PYTHON_LIB_DIR):$(STAGING_DIR)/$(PYTHON_PKG_DIR)
|
||||
PYTHONPATH+=:$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
||||
define HostPython
|
||||
( export PYTHONPATH="$(PYTHONPATH)"; \
|
||||
export PYTHONOPTIMIZE=""; \
|
||||
@@ -79,6 +80,7 @@ endef
|
||||
# $(2) => additional arguments to setup.py
|
||||
# $(3) => additional variables
|
||||
define Build/Compile/PyMod
|
||||
$(INSTALL_DIR) $(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
||||
$(call HostPython, \
|
||||
cd $(PKG_BUILD_DIR)/$(strip $(1)); \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
||||
Reference in New Issue
Block a user