mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
53f7342562
commit
5f8f114e4c
35
meta/recipes-devtools/perl/perl-5.14.2/debian/errno_ver.diff
Normal file
35
meta/recipes-devtools/perl/perl-5.14.2/debian/errno_ver.diff
Normal file
@@ -0,0 +1,35 @@
|
||||
From 973bed42db538804179f39d66dab37c82c6ade24 Mon Sep 17 00:00:00 2001
|
||||
From: Brendan O'Dea <bod@debian.org>
|
||||
Date: Fri, 16 Dec 2005 01:32:14 +1100
|
||||
Subject: Remove Errno version check due to upgrade problems with long-running
|
||||
processes.
|
||||
|
||||
Bug-Debian: http://bugs.debian.org/343351
|
||||
|
||||
Remove version check which can cause problems for long running
|
||||
processes embedding perl when upgrading to a newer version,
|
||||
compatible, but built on a different machine.
|
||||
|
||||
Patch-Name: debian/errno_ver.diff
|
||||
---
|
||||
ext/Errno/Errno_pm.PL | 5 -----
|
||||
1 files changed, 0 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
|
||||
index 56bc815..01f510a 100644
|
||||
--- a/ext/Errno/Errno_pm.PL
|
||||
+++ b/ext/Errno/Errno_pm.PL
|
||||
@@ -332,13 +332,8 @@ EOF
|
||||
|
||||
package Errno;
|
||||
require Exporter;
|
||||
-use Config;
|
||||
use strict;
|
||||
|
||||
-"\$Config{'archname'}-\$Config{'osvers'}" eq
|
||||
-"$Config{'archname'}-$Config{'osvers'}" or
|
||||
- die "Errno architecture ($Config{'archname'}-$Config{'osvers'}) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})";
|
||||
-
|
||||
our \$VERSION = "$VERSION";
|
||||
\$VERSION = eval \$VERSION;
|
||||
our \@ISA = 'Exporter';
|
||||
Reference in New Issue
Block a user