diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2011-11-30 17:23:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 16:15:46 +0000 |
commit | dccb9b9fe826948e2d90a97b31998c31b114bed2 (patch) | |
tree | 72b6a5a1a26474ad6d79678f08cba26c40936a77 /meta/recipes-multimedia/speex/speex_1.2rc1.bb | |
parent | 9be6d59b78510443d0944513503d515df13caa45 (diff) | |
download | poky-dccb9b9fe826948e2d90a97b31998c31b114bed2.tar.gz |
Remove the duplicated assignments of self.configuration.cmd
The assignments of self.configuration.cmd in BBCooker seems duplicated,
have the followings in both BBCooker::__init__ and
BBCooker::loadConfigurationData:
if not self.configuration.cmd:
self.configuration.cmd = self.configuration.data.getVar("BB_DEFAULT_TASK", True) or "build"
The __init__ invokes the loadConfigurationData, and it would make sure
that self.configuration.cmd has been assigned a proper value, so we can
remove the one in __init__.
[YOCTO #1791]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/speex/speex_1.2rc1.bb')
0 files changed, 0 insertions, 0 deletions