diff options
Diffstat (limited to 'openembedded/packages/perl/perl-native_5.8.7.bb')
| -rw-r--r-- | openembedded/packages/perl/perl-native_5.8.7.bb | 6 |
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." | |||
| 2 | MAINTAINER="David Karlstrom <daka@thg.se>" | 2 | MAINTAINER="David Karlstrom <daka@thg.se>" |
| 3 | HOMEPAGE = "http://www.perl.org/" | 3 | HOMEPAGE = "http://www.perl.org/" |
| 4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | SECTION = "libs" | 7 | SECTION = "libs" |
| 7 | inherit native | 8 | inherit native |
| 8 | 9 | ||
| 9 | DEPENDS = "db3-native gdbm-native" | 10 | DEPENDS = "virtual/db-native gdbm-native" |
| 10 | 11 | ||
| 11 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" | 12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
| 13 | file://Configure-multilib.patch;patch=1" | ||
| 12 | S = "${WORKDIR}/perl-${PV}" | 14 | S = "${WORKDIR}/perl-${PV}" |
| 13 | 15 | ||
| 14 | #perl is not parallel_make safe | 16 | #perl is not parallel_make safe |
