diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-20 17:45:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-20 17:45:11 +0000 |
commit | b26a945734ce271aa7d443ff9e96fe2851b21138 (patch) | |
tree | f540b8d58a7411cf0cabe5c8f4ad40f9f597352a /bitbake/ChangeLog | |
parent | 3cd47ad235d54a9c539ae6fe4a5a2b4b5f7e5621 (diff) | |
download | poky-b26a945734ce271aa7d443ff9e96fe2851b21138.tar.gz |
Update to latest bitbake
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@309 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index c05ff96ab9..3dfba1ed81 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,3 +1,10 @@ | |||
1 | Changes in BitBake 1.3.x: | ||
2 | - Fix to check both RDEPENDS and RDEPENDS_${PN} | ||
3 | - Fix a RDEPENDS parsing bug in utils:explode_deps() | ||
4 | - Update git fetcher behaviour to match git changes | ||
5 | - ASSUME_PROVIDED allowed to include runtime packages | ||
6 | - git fetcher cleanup and efficency improvements | ||
7 | |||
1 | Changes in BitBake 1.3.3: | 8 | Changes in BitBake 1.3.3: |
2 | - Create a new Fetcher module to ease the | 9 | - Create a new Fetcher module to ease the |
3 | development of new Fetchers. | 10 | development of new Fetchers. |