]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: Add support for RPROVIDES
authorAmanda Brindle <amanda.r.brindle@intel.com>
Thu, 18 Jan 2018 23:18:28 +0000 (15:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jan 2018 10:39:03 +0000 (10:39 +0000)
commitf78478f0d0379ea02727c81ad2455207c70d140b
tree4006a3286a841fc8c01d508d4f80b026e0bf660c
parent64d3ce83d5c48d479709b4c1355e23b3768493fb
oe-pkgdata-util: Add support for RPROVIDES

In lookup_recipe, package_info, and list_pkg_files, check if the package
name exists in runtime-rprovides. If so, and the provider package has a
different name than the inputted package, print a note that says the
specified package is in another package's RPROVIDES. If the provider
package has the same name as the inputted package, continue as before.

Fixes [YOCTO 11943]

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