From 9577a9d25f9e5af4709338268df5d5d29a010eb8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 21 May 2008 21:26:46 +0000 Subject: build.py: Make sure expandKeys has been called on the data dictonary before running tasks fixing various strange issues (from poky). Correctly add a task override in the form task-TASKNAME which whilst a change in behaviour shouldn't matter since the original approach didn't work at all --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b7e0d9dc..add07201a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -138,6 +138,8 @@ Changes in Bitbake 1.9.x: directory != the cache dir. - Add md5 and sha256 checksum generation functions to utils.py - Correctly handle '-' characters in class names (#2958) + - Make sure expandKeys has been called on the data dictonary before running tasks + - Correctly add a task override in the form task-TASKNAME. Changes in Bitbake 1.8.0: - Release 1.7.x as a stable series -- cgit 1.2.3-korg