diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-04 02:09:42 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-04 02:09:42 +0000 |
commit | bafa9b3ec1bd91cd710d587a31b58db4c1e2a503 (patch) | |
tree | d076800221bf8f9b9875e9c36b828852e2498ace /packages/perl/libcompress-zlib-perl_1.42.bb | |
parent | 470e37be6f885f4980583cf0b99b23858d40b2f8 (diff) |
perl: Add the .debug directories that to FILES_${PN}-dbg in the
cpan-base.bbclass, and then update the cpan modules to no longer manually
specify this. Also remove references to the new removed .packlist files.
Diffstat (limited to 'packages/perl/libcompress-zlib-perl_1.42.bb')
-rw-r--r-- | packages/perl/libcompress-zlib-perl_1.42.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/perl/libcompress-zlib-perl_1.42.bb b/packages/perl/libcompress-zlib-perl_1.42.bb index 8afb0141f6..2fa12f9cd6 100644 --- a/packages/perl/libcompress-zlib-perl_1.42.bb +++ b/packages/perl/libcompress-zlib-perl_1.42.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r5" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz" @@ -10,6 +10,4 @@ S = "${WORKDIR}/Compress-Zlib-${PV}" inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ - ${PERLLIBDIRS}/auto/Compress/Zlib/.packlist \ ${PERLLIBDIRS}/Compress" -FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/Compress/Zlib/.debug" |