Bitbake: cooker.py: Fix find_bbfiles. Previously, an attempt to put a path to a...
authorChris Larson <clarson@kergoth.com>
Tue, 27 Feb 2007 20:03:44 +0000 (20:03 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 27 Feb 2007 20:03:44 +0000 (20:03 +0000)
commit6c9f1fb359e9e95874d1b6c0e9eb3b86c0986d55
tree25faeed3e4bfcc526d3909b16ed8930ccdfea53e
parent2f6d37c0c7b67e8ee926065cba4cdcc5a9187eb3
Bitbake: cooker.py: Fix find_bbfiles.  Previously, an attempt to put a path to a directory (not a glob of the .bb files) in BBFILES would fail, as it was calling out 'find' but not chomping off the newlines from the find output.  Now it's using os.walk() to populate the list instead.
lib/bb/cooker.py