[gnome-continuous-yocto/gnomeostree-3.14-dizzy] Fix python3 setuptools



commit 44ff375bb3614cd8d5c9e89cbf20d80503a7d7a5
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Sat Sep 12 20:06:38 2015 +0200

    Fix python3 setuptools

 .../python/python3-native_3.3.3.bb                 |   12 ++++++------
 meta/recipes-devtools/python/python3_3.3.3.bb      |    1 -
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/meta/recipes-devtools/python/python3-native_3.3.3.bb 
b/meta/recipes-devtools/python/python3-native_3.3.3.bb
index 9ae2a0b..8e20008 100644
--- a/meta/recipes-devtools/python/python3-native_3.3.3.bb
+++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb
@@ -5,7 +5,6 @@ PYTHON_MAJMIN = "3.3"
 DISTRO_SRC_URI ?= "file://sitecustomize.py"
 DISTRO_SRC_URI_linuxstdbase = ""
 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
-file://12-distutils-prefix-is-inside-staging-area.patch \
 file://python-config.patch \
 file://000-cross-compile.patch \
 file://020-dont-compile-python-files.patch \
@@ -44,12 +43,13 @@ RPROVIDES += "python3-distutils-native python3-compression-native python3-textut
 
 EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"
 
+EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}"
+export BUILD_SYS
+export HOST_SYS
+export STAGING_INCDIR
+export STAGING_LIBDIR
+
 EXTRA_OEMAKE = '\
-  BUILD_SYS="" \
-  HOST_SYS="" \
-  LIBC="" \
-  STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \
-  STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
   LIB=${baselib} \
   ARCH=${TARGET_ARCH} \
 '
diff --git a/meta/recipes-devtools/python/python3_3.3.3.bb b/meta/recipes-devtools/python/python3_3.3.3.bb
index a1cb120..e7fcd87 100644
--- a/meta/recipes-devtools/python/python3_3.3.3.bb
+++ b/meta/recipes-devtools/python/python3_3.3.3.bb
@@ -7,7 +7,6 @@ PYTHON_BINABI= "${PYTHON_MAJMIN}m"
 DISTRO_SRC_URI ?= "file://sitecustomize.py"
 DISTRO_SRC_URI_linuxstdbase = ""
 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
-file://12-distutils-prefix-is-inside-staging-area.patch \
 file://python-config.patch \
 file://000-cross-compile.patch \
 file://020-dont-compile-python-files.patch \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]