]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: Refactor functions for consistency
authorAmanda Brindle <amanda.r.brindle@intel.com>
Thu, 18 Jan 2018 23:18:27 +0000 (15:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jan 2018 10:39:03 +0000 (10:39 +0000)
commit64d3ce83d5c48d479709b4c1355e23b3768493fb
treeeaf1ddeabb89b16b4952ef67c2a29b966274a047
parent2d3084efdcba282388048981ee3a68672241e4df
oe-pkgdata-util: Refactor functions for consistency

Refactor functions lookup_recipe and package_info to be consistent with
list_pkg_files. Print the appropriate information as soon as it's found,
rather than storing it in a mappings variable and wait to print after
searching all packages.

Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-pkgdata-util