git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a4ec45
)
sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed
author
Rod Whitby
<rod@whitby.id.au>
Mon, 7 Jan 2008 08:57:46 +0000
(08:57 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 7 Jan 2008 08:57:46 +0000
(08:57 +0000)
classes/sanity.bbclass
patch
|
blob
|
history
diff --git
a/classes/sanity.bbclass
b/classes/sanity.bbclass
index
fb2d058
..
bbc06d9
100644
(file)
--- 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 = mis
s
ing + "GNU Fortran Compiler"
required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk md5sum"