diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 20:46:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 20:46:17 +0000 |
commit | 221ac2b25f544a500869667d8f95c6c12c80db1a (patch) | |
tree | cb14f631faeb933c4dc0e52aee2c1b383bb2da4d /bitbake/ChangeLog | |
parent | dc98b2c28c0a7a7ea715230a234bb846a18e4584 (diff) | |
download | openembedded-core-221ac2b25f544a500869667d8f95c6c12c80db1a.tar.gz openembedded-core-221ac2b25f544a500869667d8f95c6c12c80db1a.tar.bz2 openembedded-core-221ac2b25f544a500869667d8f95c6c12c80db1a.tar.xz openembedded-core-221ac2b25f544a500869667d8f95c6c12c80db1a.zip |
bitbake/bitbake-dev: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5346 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index c4aa5ba19..a2d0da29e 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -52,6 +52,8 @@ Changes in BitBake 1.8.x: - Raise an exception if SRCREV == 'INVALID' - Fix hg fetcher username/password handling and fix crash - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name + - Rename __depends to __base_depends after configuration parsing so we don't + recheck the validity of the config files time after time Changes in BitBake 1.8.10: - Psyco is available only for x86 - do not use it on other architectures. |