diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-08 10:08:45 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-08 10:08:45 +0200 |
| commit | f77a615dee76f1c6d560b69ec8c1a245bd46f39c (patch) | |
| tree | 8db0ff94871600fd03606f3cd41bd49a9b2d2bf8 /recipes/python/python-2.6.2 | |
| parent | 076d31f2981d51b093d86b0751121fe1e10669b1 (diff) | |
| parent | a702c1ad0559dd6712857e2e9a8ee82513814569 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-2.6.2')
| -rw-r--r-- | recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch b/recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch index 874b8be01d..58b8078068 100644 --- a/recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch +++ b/recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch @@ -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 = {} |
