[OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bb.fetch2.Fetcher.download() prints any fetch errors that come from the underlying fetcher, rather than letting the caller do so, which means there's no way to silence the fetch error messages without manipulating the loggers. So we do so. The

Re: [OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson kerg...@gmail.comwrote: From: Christopher Larson chris_lar...@mentor.com bb.fetch2.Fetcher.download() prints any fetch errors that come from the underlying fetcher, rather than letting the caller do so, which means there's no way to