summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-09 10:12:27 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-09 10:12:27 +0000
commit02a48b3e3962b5dc25def67154816de6f97e7f43 (patch)
tree028409219803f63daed9cd37566359cd2f951081 /ChangeLog
parent8b41c6d1dcf7ac54386913ab17ae9524f6061b00 (diff)
downloadbitbake-contrib-02a48b3e3962b5dc25def67154816de6f97e7f43.tar.gz
runqueue.py: Flush stdout/stderr before forking to fix duplicate console output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b5ae7c5..03fc30b8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -131,6 +131,7 @@ Changes in Bitbake 1.9.x:
checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
- No longer weight providers on the basis of a package being "already staged". This
leads to builds being non-deterministic.
+ - Flush stdout/stderr before forking to fix duplicate console output
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series