From b9563cc443ff9eb0af87cbc48da5c2f37e45305a Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 7 Jan 2008 08:57:46 +0000 Subject: sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed --- classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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" -- cgit 1.2.3-korg