summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python_2.7.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-03 12:21:22 -0800
committerSaul Wold <sgw@linux.intel.com>2012-02-07 14:37:15 -0800
commit25016d158af927e0c9e70c3df4674f53fa54fec8 (patch)
treeb6e273f4cb6a9adc4e4996d6b3318ba617ed080d /meta/recipes-devtools/python/python_2.7.2.bb
parent7eae02f47a08587cf5be3d39df0184cf346cbaea (diff)
downloadopenembedded-core-25016d158af927e0c9e70c3df4674f53fa54fec8.tar.gz
openembedded-core-25016d158af927e0c9e70c3df4674f53fa54fec8.tar.bz2
openembedded-core-25016d158af927e0c9e70c3df4674f53fa54fec8.tar.xz
openembedded-core-25016d158af927e0c9e70c3df4674f53fa54fec8.zip
python: Fix build failure of python-elementtree on x86_64
The problem is due to mixing of headers from host system thusly corrected in setup.py by checkinng if we are cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.2.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb
index 654c85075..fb5e860fd 100644
--- a/meta/recipes-devtools/python/python_2.7.2.bb
+++ b/meta/recipes-devtools/python/python_2.7.2.bb
@@ -1,7 +1,7 @@
require python.inc
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
DISTRO_SRC_URI ?= "file://sitecustomize.py"
DISTRO_SRC_URI_linuxstdbase = ""
@@ -20,6 +20,7 @@ SRC_URI += "\
file://remove_sqlite_rpath.patch \
file://setup_py_skip_cross_import_check.patch \
file://add-md5module-support.patch \
+ file://host_include_contamination.patch \
"
S = "${WORKDIR}/Python-${PV}"