diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2016-01-18 14:33:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 09:20:05 +0000 |
commit | 6cbb144a86a8188fad102bb281fd9e8d0a4b9142 (patch) | |
tree | e95e94b1e3bcc64c2aa7bdb4674e8549984bd3f3 /scripts/lib/devtool/deploy.py | |
parent | f1d9f7b2ea930fec3198264a2d1d04088efc8f3c (diff) | |
download | openembedded-core-6cbb144a86a8188fad102bb281fd9e8d0a4b9142.tar.gz openembedded-core-6cbb144a86a8188fad102bb281fd9e8d0a4b9142.tar.bz2 openembedded-core-6cbb144a86a8188fad102bb281fd9e8d0a4b9142.zip |
lib/oe/package_manager: Add list_pkgs() to PkgsList class
Currently the class PkgList returns a formated string of the
installed packages. It would be more clean to pass a standard
data structure to the callers instead to format the output
inside PkgsList class.
This patch adds list_pkgs() method to PkgsList class to get the
all the information for installed packages and return a dictionary
with the info.
[YOCTO #7427]
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions