summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-17 23:41:54 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-17 23:41:54 +0000
commit3db1eb0bc13f5cd219ac78e92c81f9613174a9d2 (patch)
tree5391733cfb5ba1808116f439e334e3c72af3ad30 /ChangeLog
parent0dd28a461b7dc1a997715b13e7b26aa775380cfa (diff)
downloadbitbake-contrib-3db1eb0bc13f5cd219ac78e92c81f9613174a9d2.tar.gz
runqueue.py: Fix idepends handling to avoid dependency errors, improve debugging capability
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b98063618..c4c5ee4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@ Changes in Bitbake 1.9.x:
- Rework add_task to be more efficient (6% speedup, 7% number of function calls reduction)
- Sort digraph output to make builds more reproducible
- Split expandKeys into two for loops to benefit from the expand_cache (12% speedup)
+ - runqueue.py: Fix idepends handling to avoid dependency errors
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series