summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.12.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb
index cbb4e78c1f..c165be3261 100644
--- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb
@@ -4,7 +4,7 @@ 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 = "r2" 7PR = "r3"
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"
@@ -28,6 +28,8 @@ S = "${WORKDIR}/perl-${PV}"
28 28
29inherit native 29inherit native
30 30
31NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
32
31export LD="${CCLD}" 33export LD="${CCLD}"
32 34
33do_configure () { 35do_configure () {
@@ -41,6 +43,7 @@ do_configure () {
41 -Dvendorprefix=${prefix} \ 43 -Dvendorprefix=${prefix} \
42 -Dsiteprefix=${prefix} \ 44 -Dsiteprefix=${prefix} \
43 \ 45 \
46 -Dbin=${STAGING_BINDIR}/${PN} \
44 -Dprivlib=${STAGING_LIBDIR}/perl/${PV} \ 47 -Dprivlib=${STAGING_LIBDIR}/perl/${PV} \
45 -Darchlib=${STAGING_LIBDIR}/perl/${PV} \ 48 -Darchlib=${STAGING_LIBDIR}/perl/${PV} \
46 -Dvendorlib=${STAGING_LIBDIR}/perl/${PV} \ 49 -Dvendorlib=${STAGING_LIBDIR}/perl/${PV} \