]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
codeparser: Track bb.utils.contains usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 21:59:21 +0000 (21:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 11:59:31 +0000 (11:59 +0000)
commit0b9d117631ce909312d53b93289e61defc6be01c
tree5666e416d296a6623be377416b702d37bdf6e026
parent767b4751232f4ee3979deb4d3f733fcf9ee2bd44
codeparser: Track bb.utils.contains usage

The bb.utils.contains function usage is getting increasingly used in the metadata
but isn't handled automatically by the python dependency tracking code. This patch
changes that and also adds the "OE" names for the functions.

Whilst there are reasons this is a bad idea, its likely outweighed by the
shear number of these references and the current holes in dependency information
which we're now relying heavily upon.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/codeparser.py