diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 15:13:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 17:55:50 +0100 |
commit | 00c71132d5a326546bbb7fdf173995c76a9e9803 (patch) | |
tree | 25c2d40631e52ed76f9bf19d045092f1f9903718 /bitbake/lib/bb/fetch2/git.py | |
parent | 65b5553278980c3de62b835b034b1fcaf5d6db23 (diff) | |
download | poky-00c71132d5a326546bbb7fdf173995c76a9e9803.tar.gz |
bitbake/cooker.py: Ensure BBFILES is processed in order
The files found by collect_bbfiles should be processed in order but due
to being processed using python's set(), the order was not being preserved.
Use a list instead as whilst the code is slightly more ugly, order
is preserved.
Addresses [YOCTO #1100]
Acked-by: Darren Hart <dvhart@linux.intel.com>
(Bitbake rev: c12dd868368bdc3a4f800e075a30c67edca28d47)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
0 files changed, 0 insertions, 0 deletions