summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-11-24 18:15:49 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-11-24 18:15:49 +0000
commitea8030bcd70b57dbb7b34247c70670b2c249b85a (patch)
tree57a8ff8ac15aaa00fc7e57e2a6ec83187224cb25 /ChangeLog
parent6ab4071912b1e6e93147d4ba538f6780986e0683 (diff)
downloadbitbake-ea8030bcd70b57dbb7b34247c70670b2c249b85a.tar.gz
Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functions in the fetcher code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 321aef82d..b1b3a6f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,7 @@ Changes in Bitbake 1.9.x:
- Add BB_GENERATE_MIRROR_TARBALLS option, set to 0 to make git fetches
faster at the expense of not creating mirror tarballs.
- SRCREV handling updates, improvements and fixes from Poky
+ - Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series