[oe-commits] Klaus Kurzmann : python-native: fix incorrectly cherry-picked ctypes patch

git version control git at git.openembedded.org
Thu Jun 18 15:43:05 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 127341c3aafe4a3029e5206524c25c5c25032399
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=127341c3aafe4a3029e5206524c25c5c25032399

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jun 18 17:42:54 2009 +0200

python-native: fix incorrectly cherry-picked ctypes patch

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../05-enable-ctypes-cross-build.patch             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-native-2.6.1/05-enable-ctypes-cross-build.patch b/recipes/python/python-native-2.6.1/05-enable-ctypes-cross-build.patch
index 0a70fe2..def8238 100644
--- a/recipes/python/python-native-2.6.1/05-enable-ctypes-cross-build.patch
+++ b/recipes/python/python-native-2.6.1/05-enable-ctypes-cross-build.patch
@@ -9,6 +9,7 @@ Index: Python-2.6.1/setup.py
                                           ffi_configfile):
                  from distutils.dir_util import mkpath
                  mkpath(ffi_builddir)
+-                config_args = []
 +                config_args = [] # '--host=%s' % os.environ["HOST_SYS"], ]
  
                  # Pass empty CFLAGS because we'll just append the resulting





More information about the Openembedded-commits mailing list