generic-poky/bitbake/lib/bb
Joshua Lock 61d83c6d6b Ensure only the filtered environment variables are inherited from the OS
The recent change which modified inheritFromOS to use the intial
environment, rather than the current environment, introduced a bug such
that variables which had been cleaned from the environment where still set
in the data store.

This patch changes things such that a list of approved environment
variables is saved after the environment is cleaned and only the variables
in this list are inherited in inheritFromOS.

CC: James Limbouris <james.limbouris@gmail.com>
CC: Chris Larson <clarson@kergoth.com>
(Bitbake rev: cb6c07054e8baf94614713ec257c643b22266d75)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15 09:49:37 +01:00
..
fetch bitbake: Sync fetch back with upstream 2011-05-06 18:18:59 +01:00
fetch2 fetcher2: show warning message when checksum is mismatch 2011-08-10 13:33:12 +01:00
parse bitbake/ast: include class name when arguments given in variant 2011-07-25 12:09:40 +01:00
pysh make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
server bitbake/process.py: Ensure queued UI events are queued right before we add our own handler 2011-07-07 10:57:43 +01:00
ui bb/ui/crumbs/tasklistmodel: simplify conditional in include_item 2011-08-15 09:47:09 +01:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py bitbake/logging: Overhaul internal logging process 2011-08-15 09:14:28 +01:00
build.py bitbake/logging: Overhaul internal logging process 2011-08-15 09:14:28 +01:00
cache.py bb/cache: rename confusing variable 2011-08-11 19:07:59 +01:00
cache_extra.py Introduce extra cache class for image creator 2011-06-07 22:39:12 +01:00
codeparser.py codeparser: When loading the cache, ignore ValueError 2011-06-15 11:13:13 +01:00
command.py bb/command|cooker: refactor the reparseFiles logic 2011-08-12 21:06:59 +01:00
compat.py bitbake: Add missing file 2011-05-07 08:49:28 +01:00
cooker.py Ensure only the filtered environment variables are inherited from the OS 2011-08-15 09:49:37 +01:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py Ensure only the filtered environment variables are inherited from the OS 2011-08-15 09:49:37 +01:00
data_smart.py bitbake/ast: Fix ??= vs. ?= handling 2011-07-05 11:39:05 +01:00
event.py bitbake: show more information for NoProvider errors 2011-07-27 16:54:04 +01:00
exceptions.py bb.exceptions: don't choke on frames without arguments 2011-06-08 20:38:25 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py bitbake/msg.py: Drop manually created domain lists 2011-08-15 09:49:11 +01:00
namedtuple_with_abc.py bb.namedtuple_with_abc: add useful util from activestate 2011-06-08 20:38:23 +01:00
persist_data.py bitbake/persist_data: Sync file with upstream bitbake 2011-05-06 18:07:23 +01:00
process.py make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
providers.py lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug message 2011-08-15 09:13:53 +01:00
runqueue.py bitbake: Add task specific stamp file support 2011-06-28 13:44:38 +01:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py siggen: don't choke with traceback when data is None 2011-06-07 22:29:25 +01:00
taskdata.py bitbake/taskdata: fix incorrect usage of rdependees instead of dependees 2011-07-27 16:54:04 +01:00
utils.py Ensure only the filtered environment variables are inherited from the OS 2011-08-15 09:49:37 +01:00