diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 03:03:09 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 03:03:09 +0000 |
commit | 99c72e83e39b1af5f99663551ea9cf388f1be8b3 (patch) | |
tree | 9de695c6e87ffedb56c1baf431d1846e75b18139 /packages/perl/libxml-parser-perl_2.34.bb | |
parent | 7d7dd39f5d9c644849e5bf0e278638a19b947450 (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.bb | 7 |
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" |