perl 5.8.8: pass unidatafiles as extra arg to miniperl
authorGregoire Gentil <gregoire@gentil.com>
Mon, 26 Oct 2009 08:41:56 +0000 (09:41 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 26 Oct 2009 17:23:07 +0000 (18:23 +0100)
recipes/perl/perl-5.8.8/Makefile.SH.patch
recipes/perl/perl_5.8.8.bb

index a30074b..864bd78 100644 (file)
@@ -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)
 +
index 8a6d839..2508719 100644 (file)
@@ -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"