diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-06 12:42:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-06 12:42:16 +0000 |
commit | 119b1d5b090153bee61d96f1c0c371ed04a53cfa (patch) | |
tree | 0bce9837da2cbdd7256b915726c14defa99275eb /bitbake/ChangeLog | |
parent | a291023c50d85c82553fffc7c33019d529201954 (diff) | |
download | openembedded-core-119b1d5b090153bee61d96f1c0c371ed04a53cfa.tar.gz openembedded-core-119b1d5b090153bee61d96f1c0c371ed04a53cfa.tar.bz2 openembedded-core-119b1d5b090153bee61d96f1c0c371ed04a53cfa.tar.xz openembedded-core-119b1d5b090153bee61d96f1c0c371ed04a53cfa.zip |
build.py: Start to fix path quoting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2125 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 fbf86c649..31e2bb49e 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -2,6 +2,7 @@ Changes in Bitbake 1.8.x: - Correctly redirect stdin when forking - If parsing errors are found, exit, too many users miss the errors - Remove supriours PREFERRED_PROVIDER warnings + - Start to fix path quoting Changes in Bitbake 1.8.4: - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) |