From e9a903f533520ef4d8ec1c2c997bd76411eab41b Mon Sep 17 00:00:00 2001 From: Shane Volpe Date: Thu, 5 Jul 2007 23:02:05 +0000 Subject: [PATCH] perl-5.8.8: Fix syntax error (unterminated quoted string) --- .../{native-makedepend-dash.patch => makedepend-dash.patch} | 0 packages/perl/perl-native_5.8.8.bb | 2 +- packages/perl/perl_5.8.8.bb | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) rename packages/perl/perl-5.8.8/{native-makedepend-dash.patch => makedepend-dash.patch} (100%) diff --git a/packages/perl/perl-5.8.8/native-makedepend-dash.patch b/packages/perl/perl-5.8.8/makedepend-dash.patch similarity index 100% rename from packages/perl/perl-5.8.8/native-makedepend-dash.patch rename to packages/perl/perl-5.8.8/makedepend-dash.patch diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb index ea839e00e8..2955313a99 100644 --- a/packages/perl/perl-native_5.8.8.bb +++ b/packages/perl/perl-native_5.8.8.bb @@ -14,7 +14,7 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://native-nopacklist.patch;patch=1 \ file://native-no-gdbminc.patch;patch=1 \ file://native-perlinc.patch;patch=1 \ - file://native-makedepend-dash.patch;patch=1" + file://makedepend-dash.patch;patch=1" # This sloppy patch breaks normal gcc # file://native-ssp.patch;patch=1 diff --git a/packages/perl/perl_5.8.8.bb b/packages/perl/perl_5.8.8.bb index 93b7c8ddd8..42a9a5cc3a 100644 --- a/packages/perl/perl_5.8.8.bb +++ b/packages/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 = "r22" +PR = "r23" # Major part of version PVM = "5.8" @@ -13,6 +13,7 @@ PVM = "5.8" SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://Makefile.patch;patch=1 \ file://Makefile.SH.patch;patch=1 \ + file://makedepend-dash.patch;patch=1 \ file://installperl.patch;patch=1 \ file://perl-dynloader.patch;patch=1 \ file://perl-moreconfig.patch;patch=1 \ -- 2.39.5