diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-12 10:37:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-12 10:37:02 +0000 |
commit | 822ea0e69894d3e6329d29e111b6d14462fbf8a2 (patch) | |
tree | 401768fe900f2d87730b69fd7a531caf671ec123 /bitbake/ChangeLog | |
parent | d99418ab4ab6d3f93ab5c41eeaac5f7c280960b9 (diff) | |
download | openembedded-core-822ea0e69894d3e6329d29e111b6d14462fbf8a2.tar.gz openembedded-core-822ea0e69894d3e6329d29e111b6d14462fbf8a2.tar.bz2 openembedded-core-822ea0e69894d3e6329d29e111b6d14462fbf8a2.tar.xz openembedded-core-822ea0e69894d3e6329d29e111b6d14462fbf8a2.zip |
bitbake: apply r1075 from upstream to get postinsts working again
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4625 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 62be6ea12..561b618ae 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -41,6 +41,7 @@ Changes in BitBake 1.8.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 + - Revert the '-' character fix in class names since it breaks things Changes in BitBake 1.8.10: - Psyco is available only for x86 - do not use it on other architectures. |