summaryrefslogtreecommitdiff
path: root/packages/perl/perl-native_5.8.8.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-04-30 04:12:09 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-04-30 04:12:09 +0000
commitc8ffd6dc2793e9cab761ad7c9c6b1bdd8425a28b (patch)
tree1891aa13788b48f893254bfee38d8787397b8583 /packages/perl/perl-native_5.8.8.bb
parent32bd006a7e537d275653a0899430aa194e736148 (diff)
parentffc51060357ce21e555d9ed50042ccfa04286528 (diff)
merge of '0e85d248181cfdf704931e925058cea1824151c2'
and '4ae75f1e55a112909b2988f967576647e8b6ed03'
Diffstat (limited to 'packages/perl/perl-native_5.8.8.bb')
-rw-r--r--packages/perl/perl-native_5.8.8.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index e14ced8691..75002313cd 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -3,12 +3,15 @@ HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
-PR = "r0"
+PR = "r1"
+
+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://Configure-multilib.patch;patch=1"
+ file://Configure-multilib.patch;patch=1 \
+ file://perl-configpm-switch.patch;patch=1"
S = "${WORKDIR}/perl-${PV}"