summaryrefslogtreecommitdiff
path: root/packages/perl/libcompress-zlib-perl_1.42.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/libcompress-zlib-perl_1.42.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/libcompress-zlib-perl_1.42.bb')
-rw-r--r--packages/perl/libcompress-zlib-perl_1.42.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/perl/libcompress-zlib-perl_1.42.bb b/packages/perl/libcompress-zlib-perl_1.42.bb
index 1dce1bf325..c26678a9b9 100644
--- a/packages/perl/libcompress-zlib-perl_1.42.bb
+++ b/packages/perl/libcompress-zlib-perl_1.42.bb
@@ -9,6 +9,3 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.t
S = "${WORKDIR}/Compress-Zlib-${PV}"
inherit cpan
-
-# Stop from searching /include - should put this in cpan class?
-export CCFLAGS = "${CFLAGS}"