]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Generate runtime-rprovides data
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Jul 2014 20:18:04 +0000 (21:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jul 2014 16:37:38 +0000 (17:37 +0100)
commit30b4bff944c4625696e9be97ce4912a2710d13e9
treef91e46621c697c962588245c02e911f44f4c1710
parentd31f75a72cb2322f753d945da86d5f3287eef06b
package.bbclass: Generate runtime-rprovides data

Currently, given a list of rdepends its near impossible to figure out
which ones are potentially invalid and which might be an RPROVIDES of a
package.

This problem is simple to solve, we can write lookup data into the
pkgdata. This patch does that, accounting for the fact that multiple
packages can RPROVIDE the same thing (particularly with locales). Its
done with symlinks so the performance overhead is minimal.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass