summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-02-09 22:55:55 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-02-09 22:55:55 +0000
commit415e805220edd5745e4873f77f8d05a95049bcd9 (patch)
treeaac20d0b162bfcfeb789c39581dd81d8964f2cee
parent7b1144214c00a01e1008752d7416043b3f863894 (diff)
downloadbitbake-415e805220edd5745e4873f77f8d05a95049bcd9.tar.gz
bitbake/ChangeLog:
Add the recent changes to the ChangeLog including -ph5's STAMP fix -Richard's RDEPENDS reverse tracking
-rw-r--r--ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e8a91c170..c05ff96ab 100644
--- a/ChangeLog
+++ b/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