diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 10:11:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 10:11:32 +0000 |
commit | 62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a (patch) | |
tree | 947a632b694a9a6d561f0df0a768a622e1364570 /bitbake/ChangeLog | |
parent | 9a262964c8b5c5a21a68d9b66ab9259b3737999f (diff) | |
download | poky-62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a.tar.gz |
Update bitbake to latest bitbake svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@262 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index db503ffb1a..e8a91c1701 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,3 +1,20 @@ | |||
1 | Changes in BitBake 1.3.?: | ||
2 | - Create a new Fetcher module to ease the | ||
3 | development of new Fetchers. | ||
4 | Issue #438 fixed by rpurdie@openedhand.com | ||
5 | - Make the Subversion fetcher honor the SRC Date | ||
6 | (CVSDATE). | ||
7 | Issue #555 fixed by chris@openedhand.com | ||
8 | - Expand PREFERRED_PROVIDER properly | ||
9 | Issue #436 fixed by rprudie@openedhand.com | ||
10 | - Typo fix for Issue #531 Philipp Zabel for the | ||
11 | BitBake Shell | ||
12 | - Introduce a new special variable SRCDATE as | ||
13 | a generic naming to take over CVSDATE. | ||
14 | - Introduce a new keyword 'required' In contrast | ||
15 | to include parsing will fail if a to be included | ||
16 | can not be found. | ||
17 | |||
1 | Changes in BitBake 1.3.2: | 18 | Changes in BitBake 1.3.2: |
2 | - reintegration of make.py into BitBake | 19 | - reintegration of make.py into BitBake |
3 | - bbread is gone, use bitbake -e | 20 | - bbread is gone, use bitbake -e |