diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 15:22:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 15:22:44 +0000 |
commit | d54280dd315810ad8cdbce5c52a1af3de902f6ef (patch) | |
tree | 516f1a895d86f397388bd750059b9a5a69404277 /bitbake-dev/ChangeLog | |
parent | 4e522e0d4b9b7ee18678bd08c16548b807aa7229 (diff) | |
download | openembedded-core-d54280dd315810ad8cdbce5c52a1af3de902f6ef.tar.gz openembedded-core-d54280dd315810ad8cdbce5c52a1af3de902f6ef.tar.bz2 openembedded-core-d54280dd315810ad8cdbce5c52a1af3de902f6ef.tar.xz openembedded-core-d54280dd315810ad8cdbce5c52a1af3de902f6ef.zip |
bitbake-dev: Update against bitbake trunk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5339 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake-dev/ChangeLog')
-rw-r--r-- | bitbake-dev/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake-dev/ChangeLog b/bitbake-dev/ChangeLog index 1ee7fd363..2ad0f713f 100644 --- a/bitbake-dev/ChangeLog +++ b/bitbake-dev/ChangeLog @@ -137,6 +137,12 @@ Changes in Bitbake 1.9.x: - Add PERSISTENT_DIR to store the PersistData in a persistent directory != the cache dir. - Add md5 and sha256 checksum generation functions to utils.py + - Correctly handle '-' characters in class names (#2958) + - Make sure expandKeys has been called on the data dictonary before running tasks + - Correctly add a task override in the form task-TASKNAME. + - Revert the '-' character fix in class names since it breaks things + - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) + - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE. Changes in Bitbake 1.8.0: - Release 1.7.x as a stable series |