summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-09-30 20:28:11 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-09-30 20:28:11 +0000
commitc6741cbaa6a7ebb5ae30c39f65701d76573a960d (patch)
tree6bcb8a82288d138c6a89277c4418a39f07899078 /ChangeLog
parentdb2d02b7ee22557bfe56509f52e931a91a22d5d0 (diff)
downloadbitbake-c6741cbaa6a7ebb5ae30c39f65701d76573a960d.tar.gz
cooker.py: Rename __depends to __base_depends after configuration parsing so we don't recheck the validity of the config files time after time. Also bump the cache revision to match the format change (from poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a437a372..83f602e49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -147,6 +147,8 @@ Changes in Bitbake 1.9.x:
- Raise an exception if SRCREV == 'INVALID'
- Fix hg fetcher username/password handling and fix crash
- Fix PACKAGES_DYNAMIC handling of packages with '++' in the name
+ - Rename __depends to __base_depends after configuration parsing so we don't
+ recheck the validity of the config files time after time
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series