aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregoire Gentil <gregoire@gentil.com>2009-10-26 09:41:56 +0100
committerKoen Kooi <koen@openembedded.org>2009-10-26 18:23:07 +0100
commit27e7c4d855ea20c19da7711b29fab9333dcd458f (patch)
tree901e866b776ba880ea478964c5611747811255bf
parentc3f3c6f8a57f6e56389d5398a60b7f07216fa1bb (diff)
downloadopenembedded-27e7c4d855ea20c19da7711b29fab9333dcd458f.tar.gz
perl 5.8.8: pass unidatafiles as extra arg to miniperl
-rw-r--r--recipes/perl/perl-5.8.8/Makefile.SH.patch2
-rw-r--r--recipes/perl/perl_5.8.8.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/perl/perl-5.8.8/Makefile.SH.patch b/recipes/perl/perl-5.8.8/Makefile.SH.patch
index a30074be2b..864bd7801f 100644
--- a/recipes/perl/perl-5.8.8/Makefile.SH.patch
+++ b/recipes/perl/perl-5.8.8/Makefile.SH.patch
@@ -62,7 +62,7 @@ Index: perl-5.8.8/Makefile.SH
+# @echo " ";
+# @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
+
-+all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT)
++all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) $(unidatafiles)
+
+more: extra.pods $(private) $(public)
+
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index 8a6d8392b2..2508719736 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r28"
+PR = "r29"
# Major part of version
PVM = "5.8"