[oe-commits] org.oe.dev perl 5.8.8: Allow debian.bbclass to mess with perl-lib's naming. This will

lenehan commit openembedded-commits at lists.openembedded.org
Tue May 8 01:00:03 UTC 2007


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: c123191b2c0c53b06ba228fde6040eaeead0912b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c123191b2c0c53b06ba228fde6040eaeead0912b
Files:
1
packages/perl/perl_5.8.8.bb
Diffs:

#
# mt diff -r286d8ee2c38edf94f1b45998c25e3192c5c2f33f -rc123191b2c0c53b06ba228fde6040eaeead0912b
#
# 
# 
# patch "packages/perl/perl_5.8.8.bb"
#  from [47aab0fe5ca0eb285533d2312dfed164b063b359]
#    to [b039ade66b96688b630b3c6ea39e9f11197c93a7]
# 
============================================================
--- packages/perl/perl_5.8.8.bb	47aab0fe5ca0eb285533d2312dfed164b063b359
+++ packages/perl/perl_5.8.8.bb	b039ade66b96688b630b3c6ea39e9f11197c93a7
@@ -5,7 +5,7 @@ DEPENDS = "virtual/db perl-native grep-n
 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}
                    ${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






More information about the Openembedded-commits mailing list