summaryrefslogtreecommitdiff
path: root/packages/perl/libcompress-zlib-perl_1.42.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 03:03:09 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 03:03:09 +0000
commit99c72e83e39b1af5f99663551ea9cf388f1be8b3 (patch)
tree9de695c6e87ffedb56c1baf431d1846e75b18139 /packages/perl/libcompress-zlib-perl_1.42.bb
parent7d7dd39f5d9c644849e5bf0e278638a19b947450 (diff)
perl modules: Exclude debugging information from the modules that are
currently including it.
Diffstat (limited to 'packages/perl/libcompress-zlib-perl_1.42.bb')
-rw-r--r--packages/perl/libcompress-zlib-perl_1.42.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/perl/libcompress-zlib-perl_1.42.bb b/packages/perl/libcompress-zlib-perl_1.42.bb
index 501be07990..0452c79ea9 100644
--- a/packages/perl/libcompress-zlib-perl_1.42.bb
+++ b/packages/perl/libcompress-zlib-perl_1.42.bb
@@ -2,10 +2,15 @@ DESCRIPTION = "Compress::Zlib - Interface to zlib compression library"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz"
S = "${WORKDIR}/Compress-Zlib-${PV}"
inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/Compress/Zlib/* \
+ ${libdir}/perl5/*/*/auto/Compress/Zlib/.packlist \
+ ${libdir}/perl5/*/*/Compress"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Compress/Zlib/.debug"