aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-03-06 10:35:04 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-03-06 10:35:04 +0000
commit0dc5e80d24b1ebc01b9ad279e7d4287a48650b4a (patch)
tree33a7d6d2c551b8a9e2f42a369265fde171468a58 /ChangeLog
parentb90175e1b53cffd4bb02a71a63453af3f14d4065 (diff)
downloadbitbake-0dc5e80d24b1ebc01b9ad279e7d4287a48650b4a.tar.gz
taskdata.py: When handling build target failures make sure idepends are checked and failed where needed. Fixes --continue mode crashes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a83b13f57..38aef1c8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -116,6 +116,8 @@ Changes in Bitbake 1.9.x:
the way bitbake schedules tasks
- Add BB_STAMP_POLICY variable/option ("perfile" or "full") controlling
how extensively stamps are looked at for validity
+ - When handling build target failures make sure idepends are checked and
+ failed where needed. Fixes --continue mode crashes.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series