libopkg: selectively load package feeds in opkg_info_status_cmd()
authorJo-Philipp Wich <jo@mein.io>
Thu, 16 Feb 2017 15:36:58 +0000 (16:36 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 16 Feb 2017 16:02:30 +0000 (17:02 +0100)
commit571501b23bff8bdfb580d1e811141ef76ee7682d
tree1e2bfb71cba046e77f17c518b4957272a079c9ee
parent853fa7f4398f9813c7a2449532ae756f663f8bf2
libopkg: selectively load package feeds in opkg_info_status_cmd()

Use the new pkg_hash_load_package_details() helper to selectively load the
dependency subgraphs of the to be installed packages.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/opkg_cmd.c