From: Rod Whitby Date: Mon, 7 Jan 2008 08:57:46 +0000 (+0000) Subject: sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed X-Git-Tag: Release-2010-05/1~8002^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9563cc443ff9eb0af87cbc48da5c2f37e45305a;p=openembedded.git sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed --- diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index fb2d058610..bbc06d9697 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -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"