]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Remove use of self.configuration.cmd as state from shell
authorRob Bradford <rob@linux.intel.com>
Fri, 24 Oct 2008 16:37:46 +0000 (17:37 +0100)
committerRob Bradford <rob@linux.intel.com>
Mon, 27 Oct 2008 10:19:55 +0000 (10:19 +0000)
commitf5c494bba5be9204f440c87771001300ccde900a
tree992b83e43626867a31a264635e1fa74640cbc61a
parent790ed683565e56ef513bad568de1b15d801bfe7b
bitbake-dev: Remove use of self.configuration.cmd as state from shell

The shell updated the self.configuration.cmd variable since commans relied on
this implicit state. Since those commands now have an explicit task parameter
such state manipulation is no longer necessary.
bitbake-dev/lib/bb/shell.py