]> code.ossystems Code Review - openembedded-core.git/commit
DpkgRootfs: Fix logcheck_error false-positive when use multilib
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 6 Jan 2016 12:21:36 +0000 (04:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:17 +0000 (23:23 +0000)
commitfa7a5ebef87883755491b847c2f4e1a7b021d585
tree870e42f852e3fedce619be292ec8d35ed7c01f3b
parent7158c79a70e3d820c9701dacfa7206d13f95845a
DpkgRootfs: Fix logcheck_error false-positive when use multilib

Rootfs with dpkg was failing due to false-positive in logcheck_error
because current logic of DpkgPM handles missing dependencies failure
using apt-get -f install [1][2].

This support was broken due to addition of logcheck and don't take into
account dpkgpm cases, in order to fix add an attr for specify expected
errors regex'es by package manager.

[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/lib/oe/rootfs.py#n659
[2] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/lib/oe/package_manager.py#n2038

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py