build.py: Start to fix path quoting

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2125 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-07-06 12:42:16 +00:00
parent a291023c50
commit 119b1d5b09
2 changed files with 3 additions and 2 deletions

View File

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