summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.5.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb
index 93878e4e45..6598b486af 100644
--- a/meta/recipes-devtools/python/python3_3.5.5.bb
+++ b/meta/recipes-devtools/python/python3_3.5.5.bb
@@ -11,7 +11,6 @@ DISTRO_SRC_URI ?= "file://sitecustomize.py"
11DISTRO_SRC_URI_linuxstdbase = "" 11DISTRO_SRC_URI_linuxstdbase = ""
12SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ 12SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
13file://python-config.patch \ 13file://python-config.patch \
14file://0001-cross-compile-support.patch \
15file://030-fixup-include-dirs.patch \ 14file://030-fixup-include-dirs.patch \
16file://070-dont-clean-ipkg-install.patch \ 15file://070-dont-clean-ipkg-install.patch \
17file://080-distutils-dont_adjust_files.patch \ 16file://080-distutils-dont_adjust_files.patch \
@@ -101,7 +100,7 @@ do_configure_append() {
101} 100}
102 101
103run_make() { 102run_make() {
104 oe_runmake HOSTPGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \ 103 oe_runmake PGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \
105 HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python3-native/python3 \ 104 HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python3-native/python3 \
106 STAGING_LIBDIR=${STAGING_LIBDIR} \ 105 STAGING_LIBDIR=${STAGING_LIBDIR} \
107 STAGING_INCDIR=${STAGING_INCDIR} \ 106 STAGING_INCDIR=${STAGING_INCDIR} \