aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python_2.6.4.bb
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-04-22 17:00:30 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-22 17:19:48 +0200
commit539d5a80beb6b5892c83ba6b8d27d622c3cdb114 (patch)
tree3e7a7d63475aef9c4601c4e3ce1c98f9f76431a6 /recipes/python/python_2.6.4.bb
parent770632552a15954d1873c7a93adc724d4956bea9 (diff)
downloadopenembedded-539d5a80beb6b5892c83ba6b8d27d622c3cdb114.tar.gz
python-2.6.4: make Modules/_ctypes/libffi configure
This fixes configure issues with recent autoconf, e.g: autoreconf: Entering directory `Modules/_ctypes/libffi' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:26: error: m4_copy: won't overwrite defined macro: \ _AC_ARG_VAR_PRECIOUS configure.ac:26: the top level It also adjustes Makefile.am to take into account the fact that python ships incomplete source from libffi. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python/python_2.6.4.bb')
-rw-r--r--recipes/python/python_2.6.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python_2.6.4.bb b/recipes/python/python_2.6.4.bb
index 6d93c2cb09..17891e926b 100644
--- a/recipes/python/python_2.6.4.bb
+++ b/recipes/python/python_2.6.4.bb
@@ -3,7 +3,7 @@ DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl zlib\
${@base_contains('DISTRO_FEATURES', 'tk', 'tk', '', d)}"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
# set to .0 on every increase of INC_PR
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \
@@ -13,6 +13,7 @@ SRC_URI = "\
file://03-fix-tkinter-detection.patch;patch=1 \
file://04-default-is-optimized.patch;patch=1 \
file://05-enable-ctypes-cross-build.patch;patch=1 \
+ file://06-ctypes-libffi-fix-configure.patch;patch=1 \
file://99-ignore-optimization-flag.patch;patch=1 \
\
# not yet pushed forward