From 5242f52361703d11c9b2bd41ae1155e786f08f8b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 4 Mar 2019 07:47:05 -0800 Subject: 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 --- meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg