From c6741cbaa6a7ebb5ae30c39f65701d76573a960d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2008 20:28:11 +0000 Subject: 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) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') 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 -- cgit 1.2.3-korg