diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-10-19 14:53:17 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:14 +0100 |
| commit | 5f8f114e4cc29e96942f96ef7dec6d25e18b6d4f (patch) | |
| tree | 5b7867dec533d001ce29d8bf7b4869299cea254f /meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch | |
| parent | 53f7342562a66d1b14ecee234aa76be07951dedc (diff) | |
| download | poky-5f8f114e4cc29e96942f96ef7dec6d25e18b6d4f.tar.gz | |
perl: upgrade from 5.12.3 to 5.14.2
parallel build fix patches are not needed as they are upstream now.
Got a new set of debian patch set for 5.14.2
perl-rpdepends: fix the autogenerated rdepends mistakes
take out some mdoules which are not going to be built.
[Saul Wold: Remove debug]
(From OE-Core rev: 8dc5f118832a4aca906239ffed82f72497c37f8e)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch')
| -rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch b/meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch deleted file mode 100644 index d5a6295386..0000000000 --- a/meta/recipes-devtools/perl/perl-5.12.3/parallel_build_fix_1.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | Upstream-Status:Inappropriate [Backport] | ||
| 2 | |||
| 3 | Imported from perl git tree by Nitin A Kamble <nitin.a.kamble@intel.com> | ||
| 4 | 2011-02-23 | ||
| 5 | |||
| 6 | commit 6695a346c41138df5b2c0e26b9a49b1f96137da0 | ||
| 7 | Author: Tony Cook <tony@openbsd32.tony.develop-help.com> | ||
| 8 | Date: Thu Jul 22 09:54:13 2010 +1000 | ||
| 9 | |||
| 10 | make_ext.pl populates @INC correctly, don't override it badly | ||
| 11 | |||
| 12 | PERL5LIB is populated by make_ext.pl with paths to the modules we need | ||
| 13 | to run, don't override this with "../../lib" since that may not have | ||
| 14 | been populated yet in a parallel build. | ||
| 15 | |||
| 16 | diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL | ||
| 17 | index 392b6fb..9e6d091 100644 | ||
| 18 | --- a/ext/POSIX/Makefile.PL | ||
| 19 | +++ b/ext/POSIX/Makefile.PL | ||
| 20 | @@ -1,7 +1,3 @@ | ||
| 21 | -# Explicitly avoid including '.' in @INC; autoloader gets confused since it | ||
| 22 | -# can find POSIX.pm, but can't find autosplit.ix. | ||
| 23 | -BEGIN { @INC = '../../lib';} | ||
| 24 | -# | ||
| 25 | use ExtUtils::MakeMaker; | ||
| 26 | use ExtUtils::Constant 0.11 'WriteConstants'; | ||
| 27 | use Config; | ||
