diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-03-04 07:47:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-04 23:09:24 -0800 |
commit | 5242f52361703d11c9b2bd41ae1155e786f08f8b (patch) | |
tree | 43748ef6d54b2ac729c1ffd46c86b3a7d0cf5f09 | |
parent | 99b17d01c9e182ce37d9cf72a9ee8d8613c0d109 (diff) | |
download | meta-openembedded-5242f52361703d11c9b2bd41ae1155e786f08f8b.tar.gz |
octave: Exclude from world builds
it needs lapack which inturn needs libgfortran
and fortran support in compiler is not on by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 1 |
1 files changed, 1 insertions, 0 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 c91556c76..1ec32ce89 100644 --- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb +++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb | |||
@@ -37,3 +37,4 @@ FILES_liboctave-dbg = "${libdir}/${PN}/${PV}/.debug" | |||
37 | 37 | ||
38 | FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" | 38 | FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" |
39 | 39 | ||
40 | EXCLUDE_FROM_WORLD = "1" | ||