]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: avoid returning skipped packages
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 16 Sep 2015 02:04:10 +0000 (19:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Sep 2015 16:52:49 +0000 (17:52 +0100)
commit5040481f33b356d9acfd29a778b13544e27e7bb7
treeccf8c01bfe06d4a3ebe4f798de1b1ce6ec6050b9
parente951e20c4ef6a3f003f84e8f1bea568d1b7ef541
oe-pkgdata-util: avoid returning skipped packages

The skipped packages may be pulled in by another package, for example,
when libc6-dbg is already installed and should be skipped, but it would
be pulled in by libsegfault, this patch fixes the issue.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-pkgdata-util