commit 5aec3d9f483367bcbf93671a15ffa8bafde214e1
parent 46887824ab70f0ca2ce3aca94fc3e24412f4a9a5
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Sun, 14 Feb 2016 02:24:57 +0200
Merge pull request #2381 from jefferyto/python-host-inc-dir-fix
python: fix HOST_PYTHON_INC_DIR path
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python/Makefile b/lang/python/Makefile
@@ -12,7 +12,7 @@ include ./files/python-package.mk
PKG_NAME:=python
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk
@@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
-HOST_PYTHON_INC_DIR:=$(STAGING_DIR)/host/include/python$(PYTHON_VERSION)
+HOST_PYTHON_INC_DIR:=$(STAGING_DIR)/host/usr/include/python$(PYTHON_VERSION)
HOST_PYTHON_PKG_DIR:=/usr/lib/python$(PYTHON_VERSION)/site-packages