From 27e7c4d855ea20c19da7711b29fab9333dcd458f Mon Sep 17 00:00:00 2001 From: Gregoire Gentil Date: Mon, 26 Oct 2009 09:41:56 +0100 Subject: perl 5.8.8: pass unidatafiles as extra arg to miniperl --- recipes/perl/perl-5.8.8/Makefile.SH.patch | 2 +- recipes/perl/perl_5.8.8.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/perl') 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" -- cgit v1.2.3