diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:16:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 14:37:29 +0100 |
commit | f369eb3dba9a10ac0c70898e98851c15a29f9cdf (patch) | |
tree | 37e13fdd2426086a8a71f012ea2608c4012af518 /meta/recipes-devtools/perl | |
parent | fc7324626555d714795eba456227828374479b44 (diff) | |
download | openembedded-core-f369eb3dba9a10ac0c70898e98851c15a29f9cdf.tar.gz openembedded-core-f369eb3dba9a10ac0c70898e98851c15a29f9cdf.tar.bz2 openembedded-core-f369eb3dba9a10ac0c70898e98851c15a29f9cdf.zip |
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.bb | 10 |
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 \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" PRIORITY = "optional" # We need gnugrep (for -I) -DEPENDS = "virtual/db perl-native-${PV} grep-native" +DEPENDS = "virtual/db grep-native" DEPENDS += "gdbm zlib" -PR = "r0" +PR = "r1" # 5.10.1 has Module::Build built-in PROVIDES += "libmodule-build-perl" @@ -81,13 +81,13 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99" SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f" -inherit siteinfo +inherit perlnative siteinfo # Where to find the native perl -HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}" +HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl-native/perl${PV}" # Where to find .so files - use the -native versions not those from the target build -export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/" +export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" # LDFLAGS for shared libraries export LDDLFLAGS = "${LDFLAGS} -shared" |