summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:43:38 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:43:38 +0000
commitce241d7e6d8e31411867b5f2127b02c776b39d8a (patch)
treeebc7996fff58d59f1b55cfb550c29f9708e59586 /bitbake/ChangeLog
parentb236090192c018bf8efe8c72019d3d1567b6d158 (diff)
downloadpoky-ce241d7e6d8e31411867b5f2127b02c776b39d8a.tar.gz
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/ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index e8a91c1701..c05ff96ab9 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,4 +1,4 @@
1Changes in BitBake 1.3.?: 1Changes in BitBake 1.3.3:
2 - Create a new Fetcher module to ease the 2 - Create a new Fetcher module to ease the
3 development of new Fetchers. 3 development of new Fetchers.
4 Issue #438 fixed by rpurdie@openedhand.com 4 Issue #438 fixed by rpurdie@openedhand.com
@@ -7,13 +7,19 @@ Changes in BitBake 1.3.?:
7 Issue #555 fixed by chris@openedhand.com 7 Issue #555 fixed by chris@openedhand.com
8 - Expand PREFERRED_PROVIDER properly 8 - Expand PREFERRED_PROVIDER properly
9 Issue #436 fixed by rprudie@openedhand.com 9 Issue #436 fixed by rprudie@openedhand.com
10 - Typo fix for Issue #531 Philipp Zabel for the 10 - Typo fix for Issue #531 by Philipp Zabel for the
11 BitBake Shell 11 BitBake Shell
12 - Introduce a new special variable SRCDATE as 12 - Introduce a new special variable SRCDATE as
13 a generic naming to take over CVSDATE. 13 a generic naming to replace CVSDATE.
14 - Introduce a new keyword 'required' In contrast 14 - Introduce a new keyword 'required'. In contrast
15 to include parsing will fail if a to be included 15 to 'include' parsing will fail if a to be included
16 can not be found. 16 file can not be found.
17 - Remove hardcoding of the STAMP directory. Patch
18 courtsey pHilipp Zabel
19 - Track the RDEPENDS of each package (rpurdie@openedhand.com)
20 - Introduce BUILD_ALL_DEPS to build all RDEPENDS. E.g
21 this is used by the OpenEmbedded Meta Packages.
22 (rpurdie@openedhand.com).
17 23
18Changes in BitBake 1.3.2: 24Changes in BitBake 1.3.2:
19 - reintegration of make.py into BitBake 25 - reintegration of make.py into BitBake