]> code.ossystems Code Review - openembedded-core.git/commit
python-smartpm: change "already installed" warnings into info messages
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Jun 2015 10:13:50 +0000 (11:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:36 +0000 (23:55 +0100)
commitac782fe535855ed87f87c2c9e1e584bf0181378a
tree837e5517686abef245bdf1d38080b38a6e251ce1
parent8dfdd329f0137cab8cab97e1d0c1181810fe5b32
python-smartpm: change "already installed" warnings into info messages

It's possible to trigger "already installed" messages during normal
usage if you explicitly install something in the image through
IMAGE_INSTALL that has a dependency on some -dev packages and also have
dev-pkgs in IMAGE_FEATURES. Since we now check the do_rootfs log for
warnings, these are reported as warnings at the build system level.
This situation should not trigger warnings, nor is it really cause for
concern under any other circumstance if the user asks smart to install
something that's already installed, so make it an info message rather
than a warning.

Fixes [YOCTO #7840].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-devtools/python/python-smartpm/smart-already-installed-message.patch [new file with mode: 0644]
meta/recipes-devtools/python/python-smartpm_1.4.1.bb