summaryrefslogtreecommitdiff
path: root/packages/perl/libparams-validate-perl_0.86.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-28 21:21:31 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-28 21:21:31 +0000
commita65ba920e8f634f3d7130291431c86880ace71d5 (patch)
treee3168b47e59e0445a44529e7496f543a5866cf90 /packages/perl/libparams-validate-perl_0.86.bb
parent6e7162ef3b75528537da5dab0afedb755b5e5497 (diff)
perl: Update cpan.bbclass to set CCFLAGS to CFLAGS so that the compiler
settings for the current OE build are used instead of the made up values in the perl config (which were manually generated since we are cross compiling). Remove this from each of the perl modules that was manually setting this.
Diffstat (limited to 'packages/perl/libparams-validate-perl_0.86.bb')
-rw-r--r--packages/perl/libparams-validate-perl_0.86.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/perl/libparams-validate-perl_0.86.bb b/packages/perl/libparams-validate-perl_0.86.bb
index 75894af662..cd628f4809 100644
--- a/packages/perl/libparams-validate-perl_0.86.bb
+++ b/packages/perl/libparams-validate-perl_0.86.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Params::Validate - Validate method/function parameters"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-0.86.tar.gz"
@@ -15,6 +15,3 @@ FILES_${PN} = "${libdir}/perl5/*/*/auto/Params/Validate/* \
${libdir}/perl5/*/*/Params \
${libdir}/perl5/*/*/Attribute"
FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Params/Validate/.debug"
-
-# Stop from searching /include - should put this in cpan class?
-export CCFLAGS = "${CFLAGS}"