diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:43:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:43:38 +0000 |
commit | ce241d7e6d8e31411867b5f2127b02c776b39d8a (patch) | |
tree | ebc7996fff58d59f1b55cfb550c29f9708e59586 /bitbake/ChangeLog | |
parent | b236090192c018bf8efe8c72019d3d1567b6d158 (diff) | |
download | openembedded-core-ce241d7e6d8e31411867b5f2127b02c776b39d8a.tar.gz openembedded-core-ce241d7e6d8e31411867b5f2127b02c776b39d8a.tar.bz2 openembedded-core-ce241d7e6d8e31411867b5f2127b02c776b39d8a.tar.xz openembedded-core-ce241d7e6d8e31411867b5f2127b02c776b39d8a.zip |
Update to 1.3.3 release of bitbake
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@269 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index e8a91c170..c05ff96ab 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,4 +1,4 @@ -Changes in BitBake 1.3.?: +Changes in BitBake 1.3.3: - Create a new Fetcher module to ease the development of new Fetchers. Issue #438 fixed by rpurdie@openedhand.com @@ -7,13 +7,19 @@ Changes in BitBake 1.3.?: Issue #555 fixed by chris@openedhand.com - Expand PREFERRED_PROVIDER properly Issue #436 fixed by rprudie@openedhand.com - - Typo fix for Issue #531 Philipp Zabel for the + - Typo fix for Issue #531 by Philipp Zabel for the BitBake Shell - Introduce a new special variable SRCDATE as - a generic naming to take over CVSDATE. - - Introduce a new keyword 'required' In contrast - to include parsing will fail if a to be included - can not be found. + a generic naming to replace CVSDATE. + - Introduce a new keyword 'required'. In contrast + to 'include' parsing will fail if a to be included + file can not be found. + - Remove hardcoding of the STAMP directory. Patch + courtsey pHilipp Zabel + - Track the RDEPENDS of each package (rpurdie@openedhand.com) + - Introduce BUILD_ALL_DEPS to build all RDEPENDS. E.g + this is used by the OpenEmbedded Meta Packages. + (rpurdie@openedhand.com). Changes in BitBake 1.3.2: - reintegration of make.py into BitBake |