summaryrefslogtreecommitdiff
path: root/packages/perl/libxml-parser-perl_2.34.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 03:03:09 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 03:03:09 +0000
commit99c72e83e39b1af5f99663551ea9cf388f1be8b3 (patch)
tree9de695c6e87ffedb56c1baf431d1846e75b18139 /packages/perl/libxml-parser-perl_2.34.bb
parent7d7dd39f5d9c644849e5bf0e278638a19b947450 (diff)
perl modules: Exclude debugging information from the modules that are
currently including it.
Diffstat (limited to 'packages/perl/libxml-parser-perl_2.34.bb')
-rw-r--r--packages/perl/libxml-parser-perl_2.34.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb
index b8be9a3791..25fec1e093 100644
--- a/packages/perl/libxml-parser-perl_2.34.bb
+++ b/packages/perl/libxml-parser-perl_2.34.bb
@@ -1,9 +1,14 @@
SECTION = "libs"
LICENSE = "Artistic"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
S = "${WORKDIR}/XML-Parser-${PV}"
inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/XML/Parser/Expat/* \
+ ${libdir}/perl5/*/*/auto/XML/Parser/.packlist \
+ ${libdir}/perl5/*/*/XML"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/XML/Parser/Expat/.debug"