[oe-commits] org.oe.dev sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Jan 7 08:42:33 UTC 2008


sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: a9234837102809b3f5f82abc11e373c14c1c638b
ViewMTN: http://monotone.openembedded.org/revision/info/a9234837102809b3f5f82abc11e373c14c1c638b
Files:
1
classes/sanity.bbclass
Diffs:

#
# mt diff -r3cbcb0f97e29693a1c5d7d8617887639d77e6476 -ra9234837102809b3f5f82abc11e373c14c1c638b
#
# 
# 
# patch "classes/sanity.bbclass"
#  from [1c70792f8f85fded95e01a7a4e6f652e672a30e9]
#    to [c93bcb7294008f5c9b589ee59a39efbdb9a82616]
# 
============================================================
--- classes/sanity.bbclass	1c70792f8f85fded95e01a7a4e6f652e672a30e9
+++ classes/sanity.bbclass	c93bcb7294008f5c9b589ee59a39efbdb9a82616
@@ -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"
 






More information about the Openembedded-commits mailing list