aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-09-05 09:01:37 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-09-05 09:01:37 +0000
commit51d58b3897100757d4954da918bae980ee2602f4 (patch)
treee7bf922a9fc9bbbb921d4bbe6627968310bb7ac8 /ChangeLog
parent256d262676410b26be9f537fd232f847ef696789 (diff)
downloadbitbake-51d58b3897100757d4954da918bae980ee2602f4.tar.gz
build.py: Add support for cleaning directories before a task in the form: do_taskname[cleandirs] = 'dir'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e2da2163..5ada06336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,8 @@ Changes in Bitbake 1.9.x:
- Handle paths in svn fetcher module parameter
- Support the syntax "export VARIABLE"
- Add bzr fetcher
+ - Add support for cleaning directories before a task in the form:
+ do_taskname[cleandirs] = "dir"
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series