python: Fix build failure of python-elementtree on x86_64
authorKhem Raj <raj.khem@gmail.com>
Fri, 3 Feb 2012 20:21:22 +0000 (12:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Feb 2012 00:50:28 +0000 (00:50 +0000)
commitc8d1437607a0ee922337885838d93ff98a10e717
treeba0b0fdd85f8bf37e775fdc1598bf11c1a92f80b
parent49268059cf16e72fa90896234399d7e028b2a29d
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

(From OE-Core rev: 25016d158af927e0c9e70c3df4674f53fa54fec8)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/host_include_contamination.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.2.bb