summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/octave/octave_4.4.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
index 71d24504fb..ec3e8258a5 100644
--- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
+++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
7 7
8DEPENDS = "gperf-native texinfo lapack pcre readline" 8DEPENDS = "gperf-native texinfo lapack pcre readline"
9 9
10inherit autotools pkgconfig texinfo gettext 10inherit autotools pkgconfig texinfo gettext mime-xdg
11 11
12EXTRA_OECONF = "--disable-java --disable-docs" 12EXTRA_OECONF = "--disable-java --disable-docs"
13 13
14SRC_URI = "${GNU_MIRROR}/octave/${PN}-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \
15 file://fix-blas-library-integer-size.patch \ 15 file://fix-blas-library-integer-size.patch \
16" 16"
17 17