diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2007-07-05 23:02:05 +0000 |
---|---|---|
committer | Shane Volpe <shanevolpe@gmail.com> | 2007-07-05 23:02:05 +0000 |
commit | e9a903f533520ef4d8ec1c2c997bd76411eab41b (patch) | |
tree | 3093c59150dad453459c9c70ea8289630fd1fbb2 | |
parent | bf2793aa80902aaae2f4565a79926529f5142d4b (diff) |
perl-5.8.8: Fix syntax error (unterminated quoted string)
-rw-r--r-- | packages/perl/perl-5.8.8/makedepend-dash.patch (renamed from packages/perl/perl-5.8.8/native-makedepend-dash.patch) | 0 | ||||
-rw-r--r-- | packages/perl/perl-native_5.8.8.bb | 2 | ||||
-rw-r--r-- | packages/perl/perl_5.8.8.bb | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/packages/perl/perl-5.8.8/native-makedepend-dash.patch b/packages/perl/perl-5.8.8/makedepend-dash.patch index 1f15474377..1f15474377 100644 --- a/packages/perl/perl-5.8.8/native-makedepend-dash.patch +++ b/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 \ |