[oe-commits] Gregoire Gentil : perl 5.8.8: pass unidatafiles as extra arg to miniperl

git version control git at git.openembedded.org
Tue Oct 27 09:47:35 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: 27e7c4d855ea20c19da7711b29fab9333dcd458f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27e7c4d855ea20c19da7711b29fab9333dcd458f

Author: Gregoire Gentil <gregoire at gentil.com>
Date:   Mon Oct 26 09:41:56 2009 +0100

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(-)

diff --git a/recipes/perl/perl-5.8.8/Makefile.SH.patch b/recipes/perl/perl-5.8.8/Makefile.SH.patch
index a30074b..864bd78 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 8a6d839..2508719 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"





More information about the Openembedded-commits mailing list