From d4397bcc673e36f75fe9bd3c7b908e745c46a5b4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 Aug 2018 17:54:15 -0700 Subject: [PATCH] lapack: Exclude from world builds Since we do not build toolchain with fortran enabled this will always fail Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb index ef1abd5675..7544744b34 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb @@ -21,4 +21,4 @@ EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON " OECMAKE_GENERATOR = "Unix Makefiles" inherit cmake pkgconfig - +EXCLUDE_FROM_WORLD = "1"