diff mbox series

[oe,meta-oe] octave: Exclude from world builds

Message ID 20190304154937.30548-1-raj.khem@gmail.com
State Accepted
Commit 5242f52361703d11c9b2bd41ae1155e786f08f8b
Headers show
Series [oe,meta-oe] octave: Exclude from world builds | expand

Commit Message

Khem Raj March 4, 2019, 3:49 p.m. UTC
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>

---
 meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
2.21.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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 c91556c760..1ec32ce89a 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"
 
 FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug"
 
+EXCLUDE_FROM_WORLD = "1"