From bafa9b3ec1bd91cd710d587a31b58db4c1e2a503 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 4 May 2007 02:09:42 +0000 Subject: 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. --- packages/perl/libmath-bigint-gmp-perl_1.18.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/perl/libmath-bigint-gmp-perl_1.18.bb') 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" -- cgit v1.2.3