]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Pass around the tasks to execute rather than using magic variables. Also use the...
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 6 Dec 2008 12:57:17 +0000 (12:57 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 6 Dec 2008 12:57:17 +0000 (12:57 +0000)
commitf7d2413939ba15b024a853c960c27d22a4a3ac4e
tree8a4e489ea2b2329c3208e04e0bdeccb0d47a4e4e
parenta59037d9b5baecfdf389a6d57712ea709d0b1ff6
Pass around the tasks to execute rather than using magic variables. Also use the empty_environment() function to clear the environment
lib/bb/command.py
lib/bb/cooker.py
lib/bb/data.py
lib/bb/shell.py
lib/bb/utils.py