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/libmath-bigint-gmp-perl_1.18.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/libmath-bigint-gmp-perl_1.18.bb')
-rw-r--r-- | packages/perl/libmath-bigint-gmp-perl_1.18.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/perl/libmath-bigint-gmp-perl_1.18.bb b/packages/perl/libmath-bigint-gmp-perl_1.18.bb index c9efad46aa..eed99e1284 100644 --- a/packages/perl/libmath-bigint-gmp-perl_1.18.bb +++ b/packages/perl/libmath-bigint-gmp-perl_1.18.bb @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "gmp-native" RDEPENDS += "gmp" -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" @@ -12,6 +12,4 @@ S = "${WORKDIR}/Math-BigInt-GMP-${PV}" inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Math/BigInt/GMP/* \ - ${PERLLIBDIRS}/auto/Math/BigInt/GMP/.packlist \ ${PERLLIBDIRS}/Math" -FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/Math/BigInt/GMP/.debug" |