summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-09-06 18:48:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-09 14:27:45 +0100
commit525979f3f68f85d9b590632dc181b7038b1ed7ee (patch)
treefa3b70d8c5d0dd683000910c255a54ce0a173288 /meta/lib/oe/rootfs.py
parent4031de53f4dd2887862ac259b666206e20ab0812 (diff)
downloadpoky-525979f3f68f85d9b590632dc181b7038b1ed7ee.tar.gz
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. (From OE-Core rev: 476f9ab6e37bd516919862835e6e00c960a9e242) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/rootfs.py')
0 files changed, 0 insertions, 0 deletions