summaryrefslogtreecommitdiffstats
path: root/meta/packages/perl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-19 18:08:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-19 18:08:35 +0000
commita30f6e968c766abfc3e85c51b739f6509276e74b (patch)
tree843582ee88e85c0536ee151a53785ad26e86c79a /meta/packages/perl
parent8d5f122cbb55105de85394969ab5b44c9d888e69 (diff)
downloadpoky-a30f6e968c766abfc3e85c51b739f6509276e74b.tar.gz
base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson]
Diffstat (limited to 'meta/packages/perl')
-rw-r--r--meta/packages/perl/perl_5.8.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/perl/perl_5.8.8.bb b/meta/packages/perl/perl_5.8.8.bb
index 6d7664ed7c..1537a46b5d 100644
--- a/meta/packages/perl/perl_5.8.8.bb
+++ b/meta/packages/perl/perl_5.8.8.bb
@@ -38,6 +38,8 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
38 file://config.sh-64-le \ 38 file://config.sh-64-le \
39 file://config.sh-64-be" 39 file://config.sh-64-be"
40 40
41inherit siteinfo
42
41# Where to find the native perl 43# Where to find the native perl
42HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}" 44HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}"
43 45