From bf3453c3ea3858a857d44c5cbc4f4a48069652da Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 27 Apr 2007 02:06:22 +0000 Subject: perl 5.8.8/cpan: Fix the installation paths for cpan modules. The installed files for perl modules built using cpan will end up in different places depending on which version of perl they are being built with. Modules that explicitly set various FILES_ values were using the paths that are only valid for the older versions of perl. Calculate and set the correct path in cpan.bbclass and use that in the FILES_ variables so that it'll be correct for all versions of perl. --- packages/perl/libmath-bigint-gmp-perl_1.18.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 d850ab71f1..53a83da08b 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 = "r1" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" @@ -11,7 +11,7 @@ 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" +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 From 25bc38faefa2262bfaebc5fa7a5ff6c915c4583b Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 2 May 2007 02:18:29 +0000 Subject: perl modules: Bump PR on cpan modules effected by the recent cpan.bbclass changes. --- packages/perl/libmath-bigint-gmp-perl_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 53a83da08b..c9efad46aa 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 = "r2" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" -- cgit v1.2.3 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 From 83afd0d6983be7ab795e66f49cb8a9e7e0d9faf6 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Tue, 8 May 2007 01:08:49 +0000 Subject: perl modules: Bump PR since the directories they install into have changed with the new version of perl. --- packages/perl/libmath-bigint-gmp-perl_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 eed99e1284..3eb24eda10 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 = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" -- cgit v1.2.3 From 1e8d1070cb56fbddd5fdae1ff5b94de635b6da23 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 30 May 2007 07:01:46 +0000 Subject: perl 5.8.8: Bump PR on modules to force the -native versions to be rebuilt to take into account the new staging location of perl. This will also force a rebuild of libxml-parser-perl which should now work. --- packages/perl/libmath-bigint-gmp-perl_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 3eb24eda10..6a0e91d00c 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 = "r5" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" -- cgit v1.2.3