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 | |
| 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')
| -rw-r--r-- | recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch | 2 | ||||
| -rw-r--r-- | recipes/python/python_2.6.2.bb | 2 |
2 files changed, 2 insertions, 2 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 = {} diff --git a/recipes/python/python_2.6.2.bb b/recipes/python/python_2.6.2.bb index 07ae6cd107..d70a6e9e06 100644 --- a/recipes/python/python_2.6.2.bb +++ b/recipes/python/python_2.6.2.bb @@ -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 \ |
