python: sync 05-enable-ctypes-cross-build.patch with the version applied to -native
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 6 Aug 2009 13:27:38 +0000 (15:27 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 6 Aug 2009 13:29:57 +0000 (15:29 +0200)
recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch
recipes/python/python_2.6.2.bb

index 874b8be..58b8078 100644 (file)
@@ -22,7 +22,7 @@ Index: Python-2.6.1/setup.py
                  res = os.system(cmd)
                  if res or not os.path.exists(ffi_configfile):
 -                    print "Failed to configure _ctypes module"
-+                    print "Failed to configure _ctypes module (ret=%d) or missing conffile=%s" % ( ret, ffi_configfile )
++                    print "Failed to configure _ctypes module (res=%d) or missing conffile=%s" % ( res, ffi_configfile )
                      return False
  
              fficonfig = {}
index 07ae6cd..d70a6e9 100644 (file)
@@ -1,7 +1,7 @@
 require python.inc
 DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \