aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-09 16:54:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-19 10:41:54 -0700
commita215c2f283476776567506c2e3f969c48f7e5e3d (patch)
treed2fbc73e905e93959f0627097a72d52dff200815 /recipes/perl
parente0503768af714c4e8c7fc75e462d4e58e34042a7 (diff)
downloadopenembedded-a215c2f283476776567506c2e3f969c48f7e5e3d.tar.gz
Don't inherit siteinfo in base.bbclass
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/perl_5.8.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index f084630cf9..2019ea6e03 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -41,6 +41,8 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-5.8.8.tar.gz;name=perl588ta
file://config.sh-64-le \
file://config.sh-64-be"
+inherit siteinfo
+
# Where to find the native perl
HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}"