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/liblocale-gettext-perl_1.05.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/perl/liblocale-gettext-perl_1.05.bb') diff --git a/packages/perl/liblocale-gettext-perl_1.05.bb b/packages/perl/liblocale-gettext-perl_1.05.bb index c2aa649a42..1fb6ff5af3 100644 --- a/packages/perl/liblocale-gettext-perl_1.05.bb +++ b/packages/perl/liblocale-gettext-perl_1.05.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Locale::gettext - message handling functions" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "virtual/libintl" -PR = "r5" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz" @@ -11,6 +11,4 @@ S = "${WORKDIR}/gettext-${PV}" inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Locale/gettext/* \ - ${PERLLIBDIRS}/auto/Locale/gettext/.packlist \ ${PERLLIBDIRS}/Locale" -FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/Locale/gettext/.debug" -- cgit v1.2.3