diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 22:52:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 22:52:37 +0000 |
commit | 681d6c18ad59dac9e53f769a568835241d7fa9b7 (patch) | |
tree | 243418a546b89650d28580f7721b8324586146e4 /bitbake/lib/bb/methodpool.py | |
parent | adabf6c0931af1282a7c75321cd8b050e8d05c95 (diff) | |
download | poky-681d6c18ad59dac9e53f769a568835241d7fa9b7.tar.gz |
bitbake: Sync with bitbake trunk for bugfixes and improved dot file generation code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@987 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/methodpool.py')
-rw-r--r-- | bitbake/lib/bb/methodpool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/methodpool.py b/bitbake/lib/bb/methodpool.py index e14986bc19..f0565ce790 100644 --- a/bitbake/lib/bb/methodpool.py +++ b/bitbake/lib/bb/methodpool.py | |||
@@ -83,6 +83,7 @@ def check_insert_method(modulename, code, fn): | |||
83 | """ | 83 | """ |
84 | if not modulename in _parsed_methods: | 84 | if not modulename in _parsed_methods: |
85 | return insert_method(modulename, code, fn) | 85 | return insert_method(modulename, code, fn) |
86 | _parsed_methods[modulename] = 1 | ||
86 | 87 | ||
87 | def parsed_module(modulename): | 88 | def parsed_module(modulename): |
88 | """ | 89 | """ |