python: fix HOST_PYTHON_INC_DIR path
authorJeffery To <[email protected]>
Sat, 13 Feb 2016 17:32:17 +0000 (01:32 +0800)
committerJeffery To <[email protected]>
Sat, 13 Feb 2016 17:46:56 +0000 (01:46 +0800)
Host python moved in c5564133, this updates HOST_PYTHON_INC_DIR to
match.

Signed-off-by: Jeffery To <[email protected]>
lang/python/Makefile
lang/python/files/python-host.mk

index a75676964c0094128f83d24f7c119a8af3041471..6631cc04f1cba0297f9817eb2ae1638dcf9280c5 100644 (file)
@@ -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)
index 65d9ca51a4daab16ca7b2dd10c56d0f5860298f8..7831eb6834fa4e24047465ed10d9d72ddecdfd9b 100644 (file)
@@ -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