mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
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. (From OE-Core rev: 541c56d755ba0354297673e857628026ad9e4df2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d65886bb69
commit
13916a4fab
@@ -477,8 +477,6 @@ class RpmRootfs(Rootfs):
|
|||||||
|
|
||||||
execute_pre_post_process(self.d, rpm_post_process_cmds)
|
execute_pre_post_process(self.d, rpm_post_process_cmds)
|
||||||
|
|
||||||
self._log_check()
|
|
||||||
|
|
||||||
if self.inc_rpm_image_gen == "1":
|
if self.inc_rpm_image_gen == "1":
|
||||||
self.pm.backup_packaging_data()
|
self.pm.backup_packaging_data()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user