summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2011-10-27 22:37:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:16:12 +0000
commit28ca6cc34b88eaddaa31b25c1d0dd2742c1638dd (patch)
tree0f909b66656b6a8d04c141f0fa0ee14f8f29e05a /bitbake/contrib
parentada59bde6760caf2ec37b6a858915cbccf1c9b0a (diff)
downloadpoky-28ca6cc34b88eaddaa31b25c1d0dd2742c1638dd.tar.gz
codeparser: simplify how we compare the called node names
With the previous method, using the compare_name methods, we split the requested match name by '.', reversed it, then compared them piecemeal during the node traversal. The new method walks the nodes and hands back the name of what's being called, and then we check that. This also consolidates the two different implementations of traversal of the attribute/name nodes (one in compare_name, one for the execs). (Bitbake rev: 84e535b5165c7e936c5b1486bdf4626ed3649f5f) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/contrib')
0 files changed, 0 insertions, 0 deletions