diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-11 19:38:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-11 19:38:19 +0000 |
commit | ad3a31a6fb078325742181daf20e4d3a25890c87 (patch) | |
tree | 6b06eef94dc4563af74465b2ab731996f5ea1c7d /classes/sanity.bbclass | |
parent | d572c986ffd0d99cf421e4565c9080c513f97c8b (diff) |
sanity.bbclass: remove dependency on host fortran.
NOTE to involved people: this does not revert the related changes, please do this!
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(): |