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
This commit is contained in:
Marcin Juszkiewicz
2008-06-12 10:37:02 +00:00
parent d99418ab4a
commit 822ea0e698
2 changed files with 3 additions and 2 deletions

View File

@@ -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.