[oe-commits] org.oe.dev sanity.bbclass: remove dependency on host fortran.

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Jan 11 20:07:56 UTC 2008


sanity.bbclass: remove dependency on host fortran.
NOTE to involved people: this does not revert the related changes, please do this!

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 63c7ad87655c2781ad8b9c81af430596f48a24a6
ViewMTN: http://monotone.openembedded.org/revision/info/63c7ad87655c2781ad8b9c81af430596f48a24a6
Files:
1
classes/sanity.bbclass
Diffs:

#
# mt diff -re5932a9182d2be10fa0ed56f3e0a9f79d0464b91 -r63c7ad87655c2781ad8b9c81af430596f48a24a6
#
# 
# 
# patch "classes/sanity.bbclass"
#  from [c93bcb7294008f5c9b589ee59a39efbdb9a82616]
#    to [ebf6cc13d544c4d677c13e3ea8dd18655c21e172]
# 
============================================================
--- classes/sanity.bbclass	c93bcb7294008f5c9b589ee59a39efbdb9a82616
+++ classes/sanity.bbclass	ebf6cc13d544c4d677c13e3ea8dd18655c21e172
@@ -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():






More information about the Openembedded-commits mailing list