[oe-commits] [openembedded-core] 02/18: lib/oe/rootfs: fix log_check warnings being printed twice with RPM packaging

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 09:57:16 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 541c56d755ba0354297673e857628026ad9e4df2
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Dec 13 11:05:05 2016 +1300

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oe/rootfs.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index a348b97..ed40b23 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -477,8 +477,6 @@ class RpmRootfs(Rootfs):
 
         execute_pre_post_process(self.d, rpm_post_process_cmds)
 
-        self._log_check()
-
         if self.inc_rpm_image_gen == "1":
             self.pm.backup_packaging_data()
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list