python: Fix re-execution problem due to patching configure and configure.in
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 09:47:56 +0000 (10:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 11:52:09 +0000 (12:52 +0100)
commit7c2242d6f9b77066b0e3d7b836dd3819e7430f8e
treed31a16c0a45205eed9b5be3b448eb2fad9439c97
parentccd795046f188ca938d6d34751341fdb2df2eea0
python: Fix re-execution problem due to patching configure and configure.in

There was a patch patching both configure and configure.in. Since the recipes
all autoreconf, this is pointless and means subsequent patch tasks fail.

The fix is to only patch configure.in.

[YOCTO #2194]

(From OE-Core rev: 1d8c40d5f2119b4c4ae8a9b2645ae572ea9a54ff)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch
meta/recipes-devtools/python/python-native_2.7.2.bb
meta/recipes-devtools/python/python_2.7.2.bb