]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs: fix log_check warnings being printed twice with RPM packaging
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 12 Dec 2016 22:05:05 +0000 (11:05 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:32 +0000 (09:56 +0000)
commit541c56d755ba0354297673e857628026ad9e4df2
treee0ca315013cb84cc1ce922130d958a376eb928c0
parent6df99cda894033cba68bc6ab91e47f67e0d788a5
lib/oe/rootfs: fix log_check warnings being printed twice with RPM packaging

We were calling _log_check() in the RPM-specific rootfs class as well as
in the base class; this is unnecessary and resulted in any errors/warnings
generated during the actual package installation time triggering two warnings
instead of one. Drop the call from RpmRootfs._create() to fix this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py