]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Refactor the environment variable handling.
authorRobert Bradford <rob@openedhand.com>
Fri, 17 Oct 2008 09:46:23 +0000 (09:46 +0000)
committerRobert Bradford <rob@openedhand.com>
Fri, 17 Oct 2008 09:46:23 +0000 (09:46 +0000)
commit9294b951744b5fc64dea7f10760bee0b1d8cd6f0
treef28c47805f0fb89a5376645edaa9dead71379568
parent603ae240ffb8833bf47dfbcc4e5be808714adf15
bitbake-dev: Refactor the environment variable handling.

Do not clear the environment when saving the environment to the data store.
Instead clear this once the cooker has forked. This ensures that the UI
operates in a filtered (but not empty) environment.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5526 311d38ba-8fff-0310-9ca6-ca027cbcb966
bitbake-dev/bin/bitbake
bitbake-dev/lib/bb/cooker.py
bitbake-dev/lib/bb/data.py
bitbake-dev/lib/bb/utils.py