[oe-commits] Koen Kooi : octave: fix QA issues

git version control git at git.openembedded.org
Tue Aug 25 10:22:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1548843c0ee58aadd7d0a2c817e98c47d2c2c4e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1548843c0ee58aadd7d0a2c817e98c47d2c2c4e5

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Aug 25 12:21:17 2009 +0200

octave: fix QA issues

---

 recipes/octave/octave.inc      |    4 +++-
 recipes/octave/octave_3.0.3.bb |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/octave/octave.inc b/recipes/octave/octave.inc
index 440de5c..a7161bb 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 b0fc065..c43cf16 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"





More information about the Openembedded-commits mailing list