From 75d5df36b5cfd0f51ffbaa89ca997e9c45075ccd Mon Sep 17 00:00:00 2001
From: Jamie Lenehan <lenehan@twibble.org>
Date: Tue, 8 May 2007 00:54:41 +0000
Subject: perl 5.8.8: Allow debian.bbclass to mess with perl-lib's naming. This
 will cause issues with upgrading from earlier 5.8.8 versions (perl-lib will
 remain instead of upgrading to libperl5) but it'll actually make upgrades
 from 5.8.7 work. I can't see how to fix the 5.8.8 upgrading easily. The
 renaming was disabled due to a mistake on my part.

---
 packages/perl/perl_5.8.8.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'packages/perl')

diff --git a/packages/perl/perl_5.8.8.bb b/packages/perl/perl_5.8.8.bb
index 77ac5c96e2..51466f82e9 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 = "r13"
+PR = "r15"
 
 # Major part of version
 PVM = "5.8"
@@ -164,7 +164,6 @@ FILES_${PN}-doc = "${datadir}/perl/${PV}/*/*.txt \
                    ${datadir}/perl/${PV}/unicore/mktables.lst \
                    ${datadir}/perl/${PV}/unicore/version"
 
-DEBIAN_NOAUTONAME_perl-lib = "1"
 RPROVIDES_perl-lib = "perl-lib"
 
 # Create a perl-modules package recommending all the other perl
-- 
cgit v1.2.3