sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed
authorRod Whitby <rod@whitby.id.au>
Mon, 7 Jan 2008 08:57:46 +0000 (08:57 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 7 Jan 2008 08:57:46 +0000 (08:57 +0000)
classes/sanity.bbclass

index fb2d058..bbc06d9 100644 (file)
@@ -84,7 +84,7 @@ def check_sanity(e):
                missing = missing + "C++ Compiler (${BUILD_PREFIX}g++),"
 
         if not check_app_exists('${BUILD_PREFIX}gfortran', e.data):
-                missing = mising + "GNU Fortran Compiler"
+                missing = missing + "GNU Fortran Compiler"
 
        required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum"