aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/octave
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/octave')
-rw-r--r--recipes/octave/octave.inc4
-rw-r--r--recipes/octave/octave_3.0.3.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/octave/octave.inc b/recipes/octave/octave.inc
index 440de5c1a0..a7161bbec1 100644
--- a/recipes/octave/octave.inc
+++ b/recipes/octave/octave.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Matlab alternative for numerical computations"
HOMEPAGE = "http://www.gnu.org/software/octave/"
SECTION = "console/scientific"
LICENSE = "GPL"
-DEPENDS = "readline ncurses fftw"
+DEPENDS = "gperf-native readline ncurses fftw"
RDEPENDS = "libfftw3"
# fftw compiled with --disable-fortran
@@ -14,6 +14,8 @@ EXTRA_OECONF = "--without-hdf5 --without-glpk -without-umfpack \
--without-colamd --without-ccolamd --without-cholmod \
--without-cxsparse"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
# additional missing dependency/functionality: Qhull gperf
do_configure() {
diff --git a/recipes/octave/octave_3.0.3.bb b/recipes/octave/octave_3.0.3.bb
index b0fc06557d..c43cf166e0 100644
--- a/recipes/octave/octave_3.0.3.bb
+++ b/recipes/octave/octave_3.0.3.bb
@@ -1,6 +1,6 @@
require octave.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.octave.org/pub/octave/${PN}-${PV}.tar.gz \
file://configure.patch;patch=1"