From ad3a31a6fb078325742181daf20e4d3a25890c87 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 11 Jan 2008 19:38:19 +0000 Subject: sanity.bbclass: remove dependency on host fortran. NOTE to involved people: this does not revert the related changes, please do this! --- classes/sanity.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'classes/sanity.bbclass') diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index bbc06d9697..9994febf0d 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -83,9 +83,6 @@ def check_sanity(e): if not check_app_exists('${BUILD_PREFIX}g++', e.data): missing = missing + "C++ Compiler (${BUILD_PREFIX}g++)," - if not check_app_exists('${BUILD_PREFIX}gfortran', e.data): - missing = missing + "GNU Fortran Compiler" - required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum" for util in required_utilities.split(): -- cgit v1.2.3