diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-09-06 18:48:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:24:58 +0100 |
commit | 476f9ab6e37bd516919862835e6e00c960a9e242 (patch) | |
tree | df853c5aaaf306d15100ec5328c4bd00668cba27 /.gitignore | |
parent | 3479e299b5f11dfcd3f5f97c4ad3e0449f6c6d6a (diff) | |
download | openembedded-core-476f9ab6e37bd516919862835e6e00c960a9e242.tar.gz openembedded-core-476f9ab6e37bd516919862835e6e00c960a9e242.tar.bz2 openembedded-core-476f9ab6e37bd516919862835e6e00c960a9e242.zip |
package_manager.py: search provides when not found by pkgname
Fixed when:
PACKAGE_CLASSES = "package_rpm"
IMAGE_INSTALL_append = " perl-module-warnings-register"
$ bitbake core-image-minimal
[snip]
ERROR: perl-module-warnings-register not found in the base feeds
[snip]
And it works well when PACKAGE_CLASSES = "package_ipk" since perl
provides perl-module-warnings-register, the "smart install
perl-module-warnings-register" also works well, this was because
_search_pkg_name_in_feeds() only searched pkg name, but no provides,
this patch fixes the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions