automake_1.11.1.bb: Don't try to execute perl.
authorGraham Gower <graham.gower@gmail.com>
Fri, 3 Dec 2010 00:53:50 +0000 (11:23 +1030)
committerKhem Raj <raj.khem@gmail.com>
Fri, 3 Dec 2010 20:27:17 +0000 (12:27 -0800)
checking for perl... (cached) /bin/perl
/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/automake-1.11.1-r3.1/automake-1.11.1/configure: line 2306: /bin/perl: No such file or directory
configure: error: perl 5.6 or better is required; perl 5.8.2 or better
is recommended.  If you have several perl versions
installed, select the one Automake should use using
  ./configure PERL=/path/to/perl

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/automake/automake-1.11.1/automake-dont-execute-perl.patch [new file with mode: 0644]
recipes/automake/automake_1.11.1.bb

diff --git a/recipes/automake/automake-1.11.1/automake-dont-execute-perl.patch b/recipes/automake/automake-1.11.1/automake-dont-execute-perl.patch
new file mode 100644 (file)
index 0000000..52f0441
--- /dev/null
@@ -0,0 +1,19 @@
+We don't patch configure.ac as aclocal.m4 has a dependency upon it, which
+breaks compilation.
+
+diff -ur automake-1.11.1.orig/configure automake-1.11.1/configure
+--- automake-1.11.1.orig/configure     2009-12-09 04:45:46.000000000 +1030
++++ automake-1.11.1/configure  2010-12-01 14:01:54.000000000 +1030
+@@ -2303,12 +2303,6 @@
+ if test -z "$PERL"; then
+    as_fn_error "perl not found" "$LINENO" 5
+ fi
+-$PERL -e 'require 5.006;' || {
+-   as_fn_error "perl 5.6 or better is required; perl 5.8.2 or better
+-is recommended.  If you have several perl versions
+-installed, select the one Automake should use using
+-  ./configure PERL=/path/to/perl" "$LINENO" 5
+-}
+ # We require ithreads support, and version 5.7.2 for CLONE.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PERL supports ithreads" >&5
index 0579875..2f4af3a 100644 (file)
@@ -1,7 +1,8 @@
 require automake.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
-SRC_URI += "file://0001-py-compile-compile-only-optimized-byte-code.patch"
+SRC_URI += "file://0001-py-compile-compile-only-optimized-byte-code.patch \
+               file://automake-dont-execute-perl.patch"
 
 SRC_URI[automake.md5sum] = "c2972c4d9b3e29c03d5f2af86249876f"
 SRC_URI[automake.sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae"