summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-05-31 15:07:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 16:58:33 +0100
commit3ba6d0183e53aba2ed5b4151f0a61b70570bca66 (patch)
treed623b018607d7be4d74b0dd1a60d6c38adf143ba /meta/recipes-devtools/perl
parent5565b30589e8b716aca5c8c683a340f59af9a402 (diff)
downloadpoky-3ba6d0183e53aba2ed5b4151f0a61b70570bca66.tar.gz
perl-native: populate into its own dir
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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} \