aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl_5.10.1.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-11-23 13:26:55 +0300
committerRoman I Khimov <khimov@altell.ru>2010-12-28 22:50:54 +0300
commitcd0141bdbec23521022447fe87c82e10cb9a500e (patch)
treef882312b746dd59d7394ce7476812e17129b69d6 /recipes/perl/perl_5.10.1.bb
parent264f7ab1f41cc86d29716619d67506c85223df71 (diff)
downloadopenembedded-cd0141bdbec23521022447fe87c82e10cb9a500e.tar.gz
perl 5.10.1: fix Time::HiRes cross-compilation
We can't do 'run' check, so let's hope compile check is enough. Fixes Time::HiRes::nanosleep(): unimplemented in this platform error. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r--recipes/perl/perl_5.10.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index 387755e4da..0e6a1f933f 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPLv1+"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r15"
+PR = "r16"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"
@@ -62,6 +62,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \
file://arm-alignment.diff \
file://fcgi-test.diff \
file://hurd-ccflags.diff \
+ file://perl-time-hires-fix-cross-compilation.patch \
\
file://Makefile.patch \
file://Makefile.SH.patch \