aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/octave/octave.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-25 12:21:17 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-25 12:21:17 +0200
commit1548843c0ee58aadd7d0a2c817e98c47d2c2c4e5 (patch)
treedf277bf132e351998efb8b20a7fe3294f1842ceb /recipes/octave/octave.inc
parentf1b3ee840783ceb38067e26c05184e723cf0b214 (diff)
downloadopenembedded-1548843c0ee58aadd7d0a2c817e98c47d2c2c4e5.tar.gz
octave: fix QA issues
Diffstat (limited to 'recipes/octave/octave.inc')
-rw-r--r--recipes/octave/octave.inc4
1 files changed, 3 insertions, 1 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() {