diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-16 09:55:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-16 09:55:21 +0000 |
commit | 7611768e23d9809f458691454c2aeb60d7b26e7d (patch) | |
tree | 050786d6475e1d0ed219d01dac1f02b1ebbdbb81 /bitbake/ChangeLog | |
parent | 11ce59b501b5c82f6705db4d76e468fcbe3412db (diff) | |
download | poky-7611768e23d9809f458691454c2aeb60d7b26e7d.tar.gz |
bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel downloads, fixes key expansion issues and occasional missing dependency graph links
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2502 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 1fbbd710bb..878afadb43 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -18,8 +18,14 @@ Changes in Bitbake 1.8.x: | |||
18 | - Fix local fetcher's localpath return values | 18 | - Fix local fetcher's localpath return values |
19 | - Apply OVERRIDES before performing immediate expansions | 19 | - Apply OVERRIDES before performing immediate expansions |
20 | - Allow the -b -e option combination to take regular expressions | 20 | - Allow the -b -e option combination to take regular expressions |
21 | - Add plain message function to bb.msg | ||
22 | - Sort the list of providers before processing so dependency problems are | ||
23 | reproducible rather than effectively random | ||
24 | - Add locking for fetchers so only one tries to fetch a given file at a given time | ||
25 | - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains | ||
21 | - Fix handling of variables with expansion in the name using _append/_prepend | 26 | - Fix handling of variables with expansion in the name using _append/_prepend |
22 | e.g. RRECOMMENDS_${PN}_append_xyz = "abc" | 27 | e.g. RRECOMMENDS_${PN}_append_xyz = "abc" |
28 | |||
23 | 29 | ||
24 | Changes in Bitbake 1.8.6: | 30 | Changes in Bitbake 1.8.6: |
25 | - Correctly redirect stdin when forking | 31 | - Correctly redirect stdin when forking |