| Submitter | Mark Hatle |
|---|---|
| Date | April 12, 2012, 9:21 p.m. |
| Message ID | <cover.1334265557.git.mark.hatle@windriver.com> |
| Download | mbox |
| Permalink | /patch/25703/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib mhatle/fixesComments
On 04/12/2012 02:21 PM, Mark Hatle wrote: > pseudo was adding in an rpath, prevent that > > rpm-native was not resolving dependencies that looked like possible > filename properly. > > > The following changes since commit 71e95c744eaa4dda1b3237db2e13f666f121c92b: > > package_rpm.bbclass: Set tmppath for rpm to somewhere which won't conflict with the rootfs (2012-04-12 21:24:55 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib mhatle/fixes > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/fixes > > Mark Hatle (2): > pseudo: Tell pseudo to avoid specifying an RPATH > rpm: Ensure that we check both providename and filepaths > > meta/recipes-devtools/pseudo/pseudo.inc | 8 ++-- > meta/recipes-devtools/pseudo/pseudo_1.3.bb | 2 +- > meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- > meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch | 36 ++++++++++++++++++++ > meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 +- > 5 files changed, 44 insertions(+), 7 deletions(-) > create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch > Merged into OE-Core Thanks Sau!