Merge pull request #992 from commodo/python-patch-updates

python: patch updates
This commit is contained in:
Steven Barth
2015-03-06 15:29:30 +01:00
9 changed files with 57 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ define HostPython
( export PYTHONPATH="$(PYTHONPATH)"; \
export PYTHONOPTIMIZE=""; \
export PYTHONDONTWRITEBYTECODE=1; \
export _python_sysroot="$(STAGING_DIR)"; \
export _python_prefix="/usr"; \
export _python_exec_prefix="/usr"; \
$(1) \
$(HOST_PYTHON_BIN) $(2); \
)