perl/perl-native 5.8.8: Remove -DEFAULT_PREFERENCE = "-1" for version 5.8.8.
authorJamie Lenehan <lenehan@twibble.org>
Tue, 8 May 2007 00:56:32 +0000 (00:56 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 8 May 2007 00:56:32 +0000 (00:56 +0000)
Some distributions have already started to use this so it's probably about
time to promote it to the default.

packages/perl/perl-native_5.8.8.bb
packages/perl/perl_5.8.8.bb

index 84311d3..c9d9b51 100644 (file)
@@ -3,12 +3,10 @@ HOMEPAGE = "http://www.perl.org/"
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
 DEPENDS = "virtual/db-native gdbm-native"
-PR = "r6"
+PR = "r7"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
 
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
            file://perl-5.8.8-gcc-4.2.patch;patch=1 \
            file://Configure-multilib.patch;patch=1 \
index 51466f8..c8e7afe 100644 (file)
@@ -5,13 +5,11 @@ LICENSE = "Artistic|GPL"
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"
-PR = "r15"
+PR = "r16"
 
 # Major part of version
 PVM = "5.8"
 
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
         file://Makefile.patch;patch=1 \
         file://Makefile.SH.patch \