aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/liblocale-gettext-perl_1.05.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-04 02:09:42 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-04 02:09:42 +0000
commitbafa9b3ec1bd91cd710d587a31b58db4c1e2a503 (patch)
treed076800221bf8f9b9875e9c36b828852e2498ace /packages/perl/liblocale-gettext-perl_1.05.bb
parent470e37be6f885f4980583cf0b99b23858d40b2f8 (diff)
downloadopenembedded-bafa9b3ec1bd91cd710d587a31b58db4c1e2a503.tar.gz
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/liblocale-gettext-perl_1.05.bb')
-rw-r--r--packages/perl/liblocale-gettext-perl_1.05.bb4
1 files changed, 1 insertions, 3 deletions
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"