diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:42 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:42 +0000 |
commit | e04e540f70e47af0019789b691e63914db5d8d11 (patch) | |
tree | 3ce81e26bb6169245421a41b4adb02ee02099daa /classes/sanity.bbclass | |
parent | f926060e424f1732296b30de2e21a35f6d2f662f (diff) | |
parent | 6b8dd1e263356efca24e32aa337c7c987d8a09c2 (diff) |
merge of '396d43c9459edaab2f04c5dd3825de0391fc1b73'
and 'e4f83871a267ab0720e73ef096ce3ab5fc40a303'
Diffstat (limited to 'classes/sanity.bbclass')
-rw-r--r-- | classes/sanity.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
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(): |