]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxx
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 6 Sep 2011 09:14:52 +0000 (17:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2011 21:28:34 +0000 (22:28 +0100)
commit5f00bda874ccaebdb00714b5cb5227462d43f8fb
treeeb4814be772962787482eea78fcbfbe67a4bc5ae
parenta47ceddd6eb91e7564e6e48ddbb5d490f3d2767d
package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxx

Currently the stderr msgs go into log.do_rootfs and can cause a fatal failure
in "log_check rootfs".

However, the err msg could be spurious since we *only attempt* to install the
the packages, which may not exist actually. E.g., without this patch, we can
get a fatal ERROR due to
E: Couldn't find package task-core-tools-dev.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/classes/package_deb.bbclass