summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_5.12.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl-native_5.12.2.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.12.2.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.2.bb b/meta/recipes-devtools/perl/perl-native_5.12.2.bb
index 9af7b06e08..4663dd8246 100644
--- a/meta/recipes-devtools/perl/perl-native_5.12.2.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.12.2.bb
@@ -4,22 +4,22 @@ SECTION = "libs"
4LICENSE = "Artistic|GPL" 4LICENSE = "Artistic|GPL"
5LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ 5LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" 6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
7PR = "r7" 7PR = "r8"
8 8
9LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ 9LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
10 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" 10 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
11 11
12SRC_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 \ 13 file://Configure-multilib.patch \
14 file://perl-configpm-switch.patch;patch=1 \ 14 file://perl-configpm-switch.patch \
15 file://parallel_build_fix_1.patch \ 15 file://parallel_build_fix_1.patch \
16 file://parallel_build_fix_2.patch \ 16 file://parallel_build_fix_2.patch \
17 file://parallel_build_fix_3.patch \ 17 file://parallel_build_fix_3.patch \
18 file://parallel_build_fix_4.patch \ 18 file://parallel_build_fix_4.patch \
19 file://parallel_build_fix_5.patch \ 19 file://parallel_build_fix_5.patch \
20 file://parallel_build_fix_6.patch \ 20 file://parallel_build_fix_6.patch \
21 file://native-nopacklist.patch;patch=1 \ 21 file://native-nopacklist.patch \
22 file://native-perlinc.patch;patch=1" 22 file://native-perlinc.patch"
23 23
24SRC_URI[md5sum] = "af2df531d46b77fdf0d97eecb03eddb2" 24SRC_URI[md5sum] = "af2df531d46b77fdf0d97eecb03eddb2"
25SRC_URI[sha256sum] = "cf888340021d5a2d1238bbd9b8b55aaf420a848d46e4d317cb8567f86ceb1022" 25SRC_URI[sha256sum] = "cf888340021d5a2d1238bbd9b8b55aaf420a848d46e4d317cb8567f86ceb1022"
@@ -28,6 +28,8 @@ S = "${WORKDIR}/perl-${PV}"
28 28
29inherit native 29inherit native
30 30
31export LD="${CCLD}"
32
31do_configure () { 33do_configure () {
32 ./Configure \ 34 ./Configure \
33 -Dcc="${CC}" \ 35 -Dcc="${CC}" \