sanity.bbclass: remove dependency on host fortran.
authorMichael Lauer <mickey@vanille-media.de>
Fri, 11 Jan 2008 19:38:19 +0000 (19:38 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 11 Jan 2008 19:38:19 +0000 (19:38 +0000)
NOTE to involved people: this does not revert the related changes, please do this!

classes/sanity.bbclass

index bbc06d9..9994feb 100644 (file)
@@ -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():