]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-pkgdata-util: find complementary packages for split packages
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Apr 2013 16:18:44 +0000 (17:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Apr 2013 17:02:41 +0000 (18:02 +0100)
commit84a1c6922934a99e8afee0185e58dc4789b54a22
tree7d3d2c184efffc2bba8e882173f96adaf13eac24
parent99194be0332ac35da729ec53a2cc423cc520db28
scripts/oe-pkgdata-util: find complementary packages for split packages

Check after getting the original package name (e.g. undoing Debian
renaming) if there is a complementary package for that name, e.g. if
the glob is *-dev, then libudev0 -> libudev -> libudev-dev.

Fixes [YOCTO #4136].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-pkgdata-util