[oe-commits] [meta-openembedded] 01/10: octave: Exclude from world builds

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 07:10:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5242f52361703d11c9b2bd41ae1155e786f08f8b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Mar 4 07:47:05 2019 -0800

    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 at gmail.com>
---
 meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 c91556c..1ec32ce 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list