stderr would previously be appended to stdout, corrupting the result when something...
authorAdrien Bustany <adrien.bustany@nokia.com>
Fri, 2 Mar 2012 16:17:43 +0000 (16:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Mar 2012 16:22:46 +0000 (16:22 +0000)
commitd57f7f93b7076c4b1d897e00dc3053e2316859d6
treecb733c2544993817a8125a8b04fd4e2a9c09c21d
parentfc73aeb3c8bf15f21563bd5afc8494bda67a151c
stderr would previously be appended to stdout, corrupting the result when something was outputed to stderr but exit code was still 0 (non-fatal warning messages). This commit makes the code parse only stdout, but output stderr if an error happened.

(Bitbake rev: 4a480a052f450c4ee061ab0e60a495a45f140cf9)

Signed-off-by: Adrien Bustany <adrien.bustany@nokia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py