From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/5] sanity: remove warn debug message
Date: Mon, 10 Jun 2013 14:45:11 -0700 [thread overview]
Message-ID: <1370900715-29294-2-git-send-email-sgw@linux.intel.com> (raw)
In-Reply-To: <1370900715-29294-1-git-send-email-sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
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
next prev parent reply other threads:[~2013-06-10 21:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 21:45 [PATCH 0/5] Fixup usage of create_wrapper Saul Wold
2013-06-10 21:45 ` Saul Wold [this message]
2013-06-10 21:45 ` [PATCH 2/5] createrepo: Fix " Saul Wold
2013-06-10 21:45 ` [PATCH 3/5] dpkg: " Saul Wold
2013-06-11 13:57 ` Burton, Ross
2013-06-10 21:45 ` [PATCH 4/5] gnome-doc-utils: " Saul Wold
2013-06-10 21:45 ` [PATCH 5/5] librsvg: configure needs a native gdk-pixbuf binary Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370900715-29294-2-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox