summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-21 21:26:46 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-21 21:26:46 +0000
commit9577a9d25f9e5af4709338268df5d5d29a010eb8 (patch)
tree86d583178faf26a8141cebcd874c563ee0a4be61 /ChangeLog
parent0e1ff8f8befd09b2060499e1ccddc9bb68b41118 (diff)
downloadbitbake-contrib-9577a9d25f9e5af4709338268df5d5d29a010eb8.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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