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:
d572c98
)
sanity.bbclass: remove dependency on host fortran.
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 11 Jan 2008 19:38:19 +0000
(19:38 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 11 Jan 2008 19:38:19 +0000
(19:38 +0000)
NOTE to involved people: this does not revert the related changes, please do this!
classes/sanity.bbclass
patch
|
blob
|
history
diff --git
a/classes/sanity.bbclass
b/classes/sanity.bbclass
index
bbc06d9
..
9994feb
100644
(file)
--- 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():