[oe-commits] Florian Boor : octave: Make Octave 3.2. 4 build and remove lowered preference

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 17:19:53 UTC 2012


Module: openembedded.git
Branch: master
Commit: 215ff6a0539769f9a9da21c69538b7c5517830e5
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=215ff6a0539769f9a9da21c69538b7c5517830e5

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Mon Sep 24 14:05:06 2012 +0200

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 at kernelconcepts.de>

---

 recipes/octave/octave-3.2.4/configure.patch |   38 +++++++++++++++++++++++++++
 recipes/octave/octave_3.2.4.bb              |    5 ++-
 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 0000000..5e3b42d
--- /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 5c1f4b2..498e4e7 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"





More information about the Openembedded-commits mailing list