Signed-off-by: Saul Wold <[email protected]>
---
meta/classes/sanity.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 744e30d..a8e3af6 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -353,7 +353,6 @@ def check_git_version(sanity_data, loosever):
if status != 0:
return "Unable to execute git --version, exit code %s\n" % status
version = result.split()[2]
- bb.warn(version)
if loosever(version) < loosever("1.7.5"):
return "Your version of git is older than 1.7.5 and has bugs which
will break builds. Please install a newer version of git.\n"
return None
--
1.8.1.4
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core