summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-11 21:33:14 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-11 21:33:14 +0000
commit4845af09a48c64645bd4badd7bdf2b68de20ad5e (patch)
treed427057bfb8d2e209789a4815ed1ab57f14cfee1 /ChangeLog
parent050e89b094d853b216ce03746dc55fbfa2fbf654 (diff)
downloadbitbake-4845af09a48c64645bd4badd7bdf2b68de20ad5e.tar.gz
fetch/__init__.py: Set HOME environmental variable when running fetcher commands (from Poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b21d76189..731395182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,7 @@ Changes in BitBake 1.8.12:
- Fix hg checkouts of specific revisions (from Poky)
- Fix wget fetching of urls with parameters specified (from Poky)
- Add username handling to git fetcher (from Poky)
+ - Set HOME environmental variable when running fetcher commands (from Poky)
Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.