Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-21 Thread Kamble, Nitin A
> -Original Message- > From: Mei, Lei > Sent: Thursday, July 21, 2011 12:54 AM > To: Patches and discussions about the oe-core layer > Cc: Kamble, Nitin A > Subject: RE: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir > issue for multilib > >

Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-21 Thread Mei, Lei
Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for >multilib > >On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote: >> The perl-dynloader.patch can't support /usr/lib64, change the regular >expression to support multilib. >> >> Signed-off-by: Mei L

Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-20 Thread Richard Purdie
On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote: > The perl-dynloader.patch can't support /usr/lib64, change the regular > expression to support multilib. > > Signed-off-by: Mei Lei > --- > .../perl/perl-5.12.3/perl-dynloader.patch |2 +- > 1 files changed, 1 insertions(+), 1 dele

[OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-20 Thread Mei Lei
The perl-dynloader.patch can't support /usr/lib64, change the regular expression to support multilib. Signed-off-by: Mei Lei --- .../perl/perl-5.12.3/perl-dynloader.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-5.12.3/pe