octave: fix QA issues
authorKoen Kooi <koen@openembedded.org>
Tue, 25 Aug 2009 10:21:17 +0000 (12:21 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 25 Aug 2009 10:21:17 +0000 (12:21 +0200)
recipes/octave/octave.inc
recipes/octave/octave_3.0.3.bb

index 440de5c..a7161bb 100644 (file)
@@ -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() {
index b0fc065..c43cf16 100644 (file)
@@ -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"