]> code.ossystems Code Review - openembedded-core.git/commit
rpm: Ensure that we check both providename and filepaths
authorMark Hatle <mark.hatle@windriver.com>
Thu, 12 Apr 2012 21:21:23 +0000 (16:21 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 11:05:03 +0000 (12:05 +0100)
commit08fb526c42e85c89135960344745e878c5fb633a
tree959298736781529429f7f8f067f8cc72b2094a35
parentae978e9671fdbcb31e306308bfb816b4bd2b2496
rpm: Ensure that we check both providename and filepaths

In lib/rpmts.c we need to make sure to look for missing dependencies,
such as /bin/sh, in both the providename and filepaths DB.  Previously
the system would key off an initial '/' and only look in the filepaths DB.

This causes problems when a package such as "bash", has a Provides: /bin/sh.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.0.bb