diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-04-30 04:12:09 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-04-30 04:12:09 +0000 |
commit | c8ffd6dc2793e9cab761ad7c9c6b1bdd8425a28b (patch) | |
tree | 1891aa13788b48f893254bfee38d8787397b8583 /packages/perl/perl-native_5.8.8.bb | |
parent | 32bd006a7e537d275653a0899430aa194e736148 (diff) | |
parent | ffc51060357ce21e555d9ed50042ccfa04286528 (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.bb | 7 |
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}" |