diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 21:21:31 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 21:21:31 +0000 |
commit | a65ba920e8f634f3d7130291431c86880ace71d5 (patch) | |
tree | e3168b47e59e0445a44529e7496f543a5866cf90 /packages/perl/libdigest-sha1-perl_2.11.bb | |
parent | 6e7162ef3b75528537da5dab0afedb755b5e5497 (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/libdigest-sha1-perl_2.11.bb')
-rw-r--r-- | packages/perl/libdigest-sha1-perl_2.11.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/perl/libdigest-sha1-perl_2.11.bb b/packages/perl/libdigest-sha1-perl_2.11.bb index 912fdb1843..712c0e6737 100644 --- a/packages/perl/libdigest-sha1-perl_2.11.bb +++ b/packages/perl/libdigest-sha1-perl_2.11.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" SECTION = "libs" MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" LICENSE = "Artistic" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.11.tar.gz" @@ -14,6 +14,3 @@ FILES_${PN} = "${libdir}/perl5/*/*/auto/Digest/SHA1/* \ ${libdir}/perl5/*/*/auto/Digest/SHA1/.packlist \ ${libdir}/perl5/*/*/Digest" FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Digest/SHA1/.debug" - -# Stop from searching /include - should put this in cpan class? -export CCFLAGS = "${CFLAGS}" |