summaryrefslogtreecommitdiff
path: root/recipes/python/python-native_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-native_2.6.4.bb
parent770632552a15954d1873c7a93adc724d4956bea9 (diff)
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-native_2.6.4.bb')
-rw-r--r--recipes/python/python-native_2.6.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-native_2.6.4.bb b/recipes/python/python-native_2.6.4.bb
index ca65057395..ffa9a45a91 100644
--- a/recipes/python/python-native_2.6.4.bb
+++ b/recipes/python/python-native_2.6.4.bb
@@ -1,12 +1,13 @@
require python.inc
DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \
file://00-fix-bindir-libdir-for-cross.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://10-distutils-fix-swig-parameter.patch;patch=1 \
file://11-distutils-never-modify-shebang-line.patch;patch=1 \
file://12-distutils-prefix-is-inside-staging-area.patch;patch=1 \