summaryrefslogtreecommitdiff
path: root/packages/perl/libxml-parser-perl_2.34.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/libxml-parser-perl_2.34.bb
parent470e37be6f885f4980583cf0b99b23858d40b2f8 (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/libxml-parser-perl_2.34.bb')
-rw-r--r--packages/perl/libxml-parser-perl_2.34.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb
index 28bf16deee..f088c26784 100644
--- a/packages/perl/libxml-parser-perl_2.34.bb
+++ b/packages/perl/libxml-parser-perl_2.34.bb
@@ -1,7 +1,7 @@
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "expat-native"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
@@ -12,6 +12,4 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}
inherit cpan
FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \
- ${PERLLIBDIRS}/auto/XML/Parser/.packlist \
${PERLLIBDIRS}/XML"
-FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/XML/Parser/Expat/.debug"