aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-08 00:56:32 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-08 00:56:32 +0000
commit8cab11d75ce64da1ba3ed5bafb976c9a304b9c1e (patch)
treecb9f6a326387b6104704d85218057694d1732a58 /packages/perl
parent75d5df36b5cfd0f51ffbaa89ca997e9c45075ccd (diff)
downloadopenembedded-8cab11d75ce64da1ba3ed5bafb976c9a304b9c1e.tar.gz
perl/perl-native 5.8.8: Remove -DEFAULT_PREFERENCE = "-1" for version 5.8.8.
Some distributions have already started to use this so it's probably about time to promote it to the default.
Diffstat (limited to 'packages/perl')
-rw-r--r--packages/perl/perl-native_5.8.8.bb4
-rw-r--r--packages/perl/perl_5.8.8.bb4
2 files changed, 2 insertions, 6 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index 84311d3f59..c9d9b51771 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -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 \
diff --git a/packages/perl/perl_5.8.8.bb b/packages/perl/perl_5.8.8.bb
index 51466f82e9..c8e7afebc7 100644
--- a/packages/perl/perl_5.8.8.bb
+++ b/packages/perl/perl_5.8.8.bb
@@ -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 \