aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2012-09-24 14:05:06 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 19:06:32 +0200
commit215ff6a0539769f9a9da21c69538b7c5517830e5 (patch)
treed7c57f62c8d65bc404213ed9e7d4b4122e929f2a
parent60baa25f029293045caf27c2bd43721697db9f36 (diff)
downloadopenembedded-215ff6a0539769f9a9da21c69538b7c5517830e5.tar.gz
octave: Make Octave 3.2.4 build and remove lowered preference
Make add updated patch for this release in order to build. Built for and tested on an ARMv5TE based platform. Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/octave/octave-3.2.4/configure.patch38
-rw-r--r--recipes/octave/octave_3.2.4.bb5
2 files changed, 41 insertions, 2 deletions
diff --git a/recipes/octave/octave-3.2.4/configure.patch b/recipes/octave/octave-3.2.4/configure.patch
new file mode 100644
index 0000000000..5e3b42d073
--- /dev/null
+++ b/recipes/octave/octave-3.2.4/configure.patch
@@ -0,0 +1,38 @@
+--- a/configure.orig 2012-09-24 13:57:50.601133342 +0200
++++ b/configure 2012-09-24 13:57:55.585162629 +0200
+@@ -11994,10 +11994,8 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether LSAME is called correctly from Fortran" >&5
+ $as_echo_n "checking whether LSAME is called correctly from Fortran... " >&6; }
+ if test "$cross_compiling" = yes; then :
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot run test program while cross compiling
+-See \`config.log' for more details." "$LINENO" 5; }
+ else
+ cat > conftest.$ac_ext <<_ACEOF
+ program main
+@@ -14707,10 +14705,8 @@
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+ if test "$cross_compiling" = yes; then :
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot run test program while cross compiling
+-See \`config.log' for more details." "$LINENO" 5; }
+ else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+@@ -15760,10 +15756,8 @@
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ if test "$cross_compiling" = yes; then :
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error "cannot run test program while cross compiling
+-See \`config.log' for more details." "$LINENO" 5; }
+ else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
diff --git a/recipes/octave/octave_3.2.4.bb b/recipes/octave/octave_3.2.4.bb
index 5c1f4b2c83..498e4e7cbe 100644
--- a/recipes/octave/octave_3.2.4.bb
+++ b/recipes/octave/octave_3.2.4.bb
@@ -1,9 +1,10 @@
-DEFAULT_PREFERENCE = "-1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+PARALLEL_MAKE=""
require octave.inc
SRC_URI = "ftp://ftp.octave.org/pub/octave/${PN}-${PV}.tar.gz \
+ file://configure.patch\
"
SRC_URI[md5sum] = "90c39fa9e241ad2e978bcee4682a2ba9"