diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-12-13 11:05:05 +1300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-14 12:30:49 +0000 |
| commit | 13916a4fab0b428ae6b51e6863921eac14821368 (patch) | |
| tree | c26c3274d120fcfc61f83592973ebecc466a5cec /meta/lib/oe/rootfs.py | |
| parent | d65886bb696365698111cd33fad577d5d12ce576 (diff) | |
| download | poky-13916a4fab0b428ae6b51e6863921eac14821368.tar.gz | |
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>
Diffstat (limited to 'meta/lib/oe/rootfs.py')
| -rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index a348b975c2..ed40b23ee4 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
| @@ -477,8 +477,6 @@ class RpmRootfs(Rootfs): | |||
| 477 | 477 | ||
| 478 | execute_pre_post_process(self.d, rpm_post_process_cmds) | 478 | execute_pre_post_process(self.d, rpm_post_process_cmds) |
| 479 | 479 | ||
| 480 | self._log_check() | ||
| 481 | |||
| 482 | if self.inc_rpm_image_gen == "1": | 480 | if self.inc_rpm_image_gen == "1": |
| 483 | self.pm.backup_packaging_data() | 481 | self.pm.backup_packaging_data() |
| 484 | 482 | ||
