diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-08 00:56:32 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-08 00:56:32 +0000 |
commit | 8cab11d75ce64da1ba3ed5bafb976c9a304b9c1e (patch) | |
tree | cb9f6a326387b6104704d85218057694d1732a58 /packages/perl/perl-native_5.8.8.bb | |
parent | 75d5df36b5cfd0f51ffbaa89ca997e9c45075ccd (diff) |
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/perl-native_5.8.8.bb')
-rw-r--r-- | packages/perl/perl-native_5.8.8.bb | 4 |
1 files changed, 1 insertions, 3 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 \ |