summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/perl/perl-native_5.8.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/perl/perl-native_5.8.7.bb')
-rw-r--r--openembedded/packages/perl/perl-native_5.8.7.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/packages/perl/perl-native_5.8.7.bb b/openembedded/packages/perl/perl-native_5.8.7.bb
index cc2b7fc5b1..170a0ebf8d 100644
--- a/openembedded/packages/perl/perl-native_5.8.7.bb
+++ b/openembedded/packages/perl/perl-native_5.8.7.bb
@@ -2,13 +2,15 @@ DESCRIPTION = "Perl is a popular scripting language."
2MAINTAINER="David Karlstrom <daka@thg.se>" 2MAINTAINER="David Karlstrom <daka@thg.se>"
3HOMEPAGE = "http://www.perl.org/" 3HOMEPAGE = "http://www.perl.org/"
4LICENSE = "Artistic|GPL" 4LICENSE = "Artistic|GPL"
5PR = "r1"
5 6
6SECTION = "libs" 7SECTION = "libs"
7inherit native 8inherit native
8 9
9DEPENDS = "db3-native gdbm-native" 10DEPENDS = "virtual/db-native gdbm-native"
10 11
11SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" 12SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
13 file://Configure-multilib.patch;patch=1"
12S = "${WORKDIR}/perl-${PV}" 14S = "${WORKDIR}/perl-${PV}"
13 15
14#perl is not parallel_make safe 16#perl is not parallel_make safe