]> code.ossystems Code Review - openembedded-core.git/commit
native: Improve PROVIDES handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 May 2015 07:52:22 +0000 (08:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 May 2015 07:54:24 +0000 (08:54 +0100)
commit4434977ccb95f8f366ba133366093b8c7ef1f718
tree141e363c67c430fe68d0d908486877ddb2396f61
parent4bb586a470a15cf3b93538e8c749a6fb8479c990
native: Improve PROVIDES handling

Since this class works on pre finalised data, the logic hasn't needed
to be exact. If we change the way the finalised data works, we find
that certain dependencies can be dropped (e.g. pn isn't in the name).

To fix this, restructure the function to alter each entry in turn
and not drop any entries.

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