All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib
@ 2011-07-25  2:13 Mei Lei
  2011-07-25  2:13 ` [PATCH 1/1] perl-dynloader.patch: Fix multilib issue for perl Mei Lei
  2011-07-25 15:41 ` [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Mei Lei @ 2011-07-25  2:13 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,
	This patch fixes the libdir issue, relax the regular expression to match lib32, lib64 and libx32, etc. Please review it.

Thanks
Lei

The following changes since commit eea4bd731ef286516ee1fb934fe2222a09c06e70:
  Kumar Gala (1):
        mpc8315e-rdb: Set TARGET_FPU correct

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib lmei3/ml-perl
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/ml-perl

Mei Lei (1):
  perl-dynloader.patch: Fix multilib issue for perl

 .../perl/perl-5.12.3/perl-dynloader.patch          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] perl-dynloader.patch: Fix multilib issue for perl
  2011-07-25  2:13 [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Mei Lei
@ 2011-07-25  2:13 ` Mei Lei
  2011-07-25 15:41 ` [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Mei Lei @ 2011-07-25  2:13 UTC (permalink / raw)
  To: openembedded-core

The perl-dynloader.patch can't support lib64 lib32, libx32, etc.
Relax the regular expression to fix this issue.

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../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/perl-dynloader.patch b/meta/recipes-devtools/perl/perl-5.12.3/perl-dynloader.patch
index d5ea00f..1840605 100644
--- a/meta/recipes-devtools/perl/perl-5.12.3/perl-dynloader.patch
+++ b/meta/recipes-devtools/perl/perl-5.12.3/perl-dynloader.patch
@@ -19,7 +19,7 @@ Update by Nitin A Kamble <nitin.a.kamble@intel.com> 2011/04/21
 +    {
 +        my $hostlib = $ENV{PERLHOSTLIB};
 +        print STDERR "*** Module name IN: $modlibname\n";
-+        ($p1, $p2, $p3, $p4, $p5) = $modlibname =~ m/(^(.*lib\/)?)((perl\/[0-9\.]*\/)?)(.*)$/;
++        ($p1, $p2, $p3, $p4, $p5) = $modlibname =~ m/(^(.*lib\w*\/)?)((perl\/[0-9\.]*\/)?)(.*)$/;
 +        print STDERR "*** p1: $p1  p3: $p3  p5: $p5\n";
 +        if ( $p1 ne "" ) {
 +            $modlibname = $hostlib.$p5;
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib
  2011-07-25  2:13 [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Mei Lei
  2011-07-25  2:13 ` [PATCH 1/1] perl-dynloader.patch: Fix multilib issue for perl Mei Lei
@ 2011-07-25 15:41 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-25 15:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/24/2011 07:13 PM, Mei Lei wrote:
> Hi Richard,
> 	This patch fixes the libdir issue, relax the regular expression to match lib32, lib64 and libx32, etc. Please review it.
>
> Thanks
> Lei
>
> The following changes since commit eea4bd731ef286516ee1fb934fe2222a09c06e70:
>    Kumar Gala (1):
>          mpc8315e-rdb: Set TARGET_FPU correct
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib lmei3/ml-perl
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/ml-perl
>
> Mei Lei (1):
>    perl-dynloader.patch: Fix multilib issue for perl
>
>   .../perl/perl-5.12.3/perl-dynloader.patch          |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-25 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25  2:13 [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Mei Lei
2011-07-25  2:13 ` [PATCH 1/1] perl-dynloader.patch: Fix multilib issue for perl Mei Lei
2011-07-25 15:41 ` [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.