summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-05-31 15:16:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 16:58:34 +0100
commit38d0c607d8a15cce38e2fc0eec9072c20a94b8b5 (patch)
tree144188d0f4827593488c0ed360b41d4df6766b35 /meta/recipes-devtools/perl
parentd1965badc7af21d4a54a07e292bb6d754c0d3c6f (diff)
downloadpoky-38d0c607d8a15cce38e2fc0eec9072c20a94b8b5.tar.gz
perl: inherit perlnative
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl_5.12.3.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb
index 847ee59c30..b0534825b4 100644
--- a/meta/recipes-devtools/perl/perl_5.12.3.bb
+++ b/meta/recipes-devtools/perl/perl_5.12.3.bb
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" 6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
7PRIORITY = "optional" 7PRIORITY = "optional"
8# We need gnugrep (for -I) 8# We need gnugrep (for -I)
9DEPENDS = "virtual/db perl-native-${PV} grep-native" 9DEPENDS = "virtual/db grep-native"
10DEPENDS += "gdbm zlib" 10DEPENDS += "gdbm zlib"
11PR = "r0" 11PR = "r1"
12 12
13# 5.10.1 has Module::Build built-in 13# 5.10.1 has Module::Build built-in
14PROVIDES += "libmodule-build-perl" 14PROVIDES += "libmodule-build-perl"
@@ -81,13 +81,13 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \
81SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99" 81SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99"
82SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f" 82SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f"
83 83
84inherit siteinfo 84inherit perlnative siteinfo
85 85
86# Where to find the native perl 86# Where to find the native perl
87HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}" 87HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl-native/perl${PV}"
88 88
89# Where to find .so files - use the -native versions not those from the target build 89# Where to find .so files - use the -native versions not those from the target build
90export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/" 90export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/"
91 91
92# LDFLAGS for shared libraries 92# LDFLAGS for shared libraries
93export LDDLFLAGS = "${LDFLAGS} -shared" 93export LDDLFLAGS = "${LDFLAGS} -shared"