diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-01-22 14:15:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 11:50:27 +0000 |
commit | dc626cbcfd37c940bb8739b14d3ab8097e1760ea (patch) | |
tree | 70045eb0198c4efe93bc19a9d4a1a14fc96fbd47 /meta/lib/oe/sdk.py | |
parent | bb1fb4ceb544c161ed30cd102155657e3771859b (diff) | |
download | openembedded-core-dc626cbcfd37c940bb8739b14d3ab8097e1760ea.tar.gz openembedded-core-dc626cbcfd37c940bb8739b14d3ab8097e1760ea.tar.bz2 openembedded-core-dc626cbcfd37c940bb8739b14d3ab8097e1760ea.zip |
lib/oe/package_manager.py: fixes for dpkg backend
This commit contains the following fixes:
* pass the apt config directory to the DpkgPM constructor, so one can
instantiate this class multiple times and give it different config
files (like for creating SDK);
* change constructor argument name from 'dpkg_archs' to 'base_archs';
* export APT_CONFIG environment variable before calling apt-get, not in
constructor. If done in constructor, the last class instantiation,
sets the environment, which is note desireable;
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/lib/oe/sdk.py')
0 files changed, 0 insertions, 0 deletions