]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
data: Add emit_func and generate_dependencies
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 3 Aug 2010 13:30:20 +0000 (14:30 +0100)
committerChris Larson <chris_larson@mentor.com>
Thu, 30 Dec 2010 06:51:07 +0000 (23:51 -0700)
commitedbdf6fc89d915f06b62c5a06726e0e46a940d2e
treeefe55cd1fd1bdfebac50b140acaa088df65af2a5
parent4b7aab109f746ad9be2699c0fb6f4a4e65d65936
data: Add emit_func and generate_dependencies

These functions allow generation of dependency data between functions and
variables allowing moves to be made towards generating checksums and allowing
use of the dependency information in other parts of bitbake.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
lib/bb/build.py
lib/bb/data.py
lib/bb/parse/ast.py