]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_manager.py: Move opkg_query() outside of Indexer class
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 12 May 2016 11:28:12 +0000 (11:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:40 +0000 (07:26 +0100)
commit799bc1d1c747aad02b6d844bf55abfbd3ecc034c
tree2a4eee319c2045025dfa6cd3a28e7792ee1b28d4
parentdc77cd7e960d047e186c0a87a70dfb3b9653579e
package_manager.py: Move opkg_query() outside of Indexer class

When using the opkg and apt-get package managers the function
opkg_query() can be useful when query for package information.

This change moves the function outside the Indexer class so
the Indexer, OpkgPM, DpkgPM can benefit from it.

[YOCTO #9569]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py