summaryrefslogtreecommitdiff
path: root/packages/perl/libmath-bigint-gmp-perl_1.18.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/libmath-bigint-gmp-perl_1.18.bb
parent7d7dd39f5d9c644849e5bf0e278638a19b947450 (diff)
perl modules: Exclude debugging information from the modules that are
currently including it.
Diffstat (limited to 'packages/perl/libmath-bigint-gmp-perl_1.18.bb')
-rw-r--r--packages/perl/libmath-bigint-gmp-perl_1.18.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/perl/libmath-bigint-gmp-perl_1.18.bb b/packages/perl/libmath-bigint-gmp-perl_1.18.bb
index d1503a327c..808d1065b5 100644
--- a/packages/perl/libmath-bigint-gmp-perl_1.18.bb
+++ b/packages/perl/libmath-bigint-gmp-perl_1.18.bb
@@ -4,10 +4,15 @@ MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
DEPENDS += "gmp-native"
RDEPENDS += "gmp"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"
S = "${WORKDIR}/Math-BigInt-GMP-${PV}"
inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/* \
+ ${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.packlist \
+ ${libdir}/perl5/*/*/Math"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.debug"