]> code.ossystems Code Review - openembedded-core.git/commit
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:44:36 +0000 (12:44 +0100)
commit1d8c40d5f2119b4c4ae8a9b2645ae572ea9a54ff
tree98070a4c9ce27475218072571195ff30bdbfb84c
parente7135f14f3ef37f93f5c28b319464f3d6dd9b8da
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]

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