[oe-commits] org.oe.dev perl modules: Exclude debugging information from the modules that are

lenehan commit openembedded-commits at lists.openembedded.org
Wed Oct 4 22:56:14 UTC 2006


perl modules: Exclude debugging information from the modules that are
currently including it.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 9694cc03739b4b684e1c1d9ec0df5f93374f846a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9694cc03739b4b684e1c1d9ec0df5f93374f846a
Files:
1
packages/perl/libcompress-zlib-perl_1.42.bb
packages/perl/liblocale-gettext-perl_1.05.bb
packages/perl/libmath-bigint-gmp-perl_1.18.bb
packages/perl/libversion-perl_0.6701.bb
packages/perl/libxml-parser-perl_2.34.bb
Diffs:

#
# mt diff -raf4d9707539caa3779d9e1f65550a1cc2545f65d -r9694cc03739b4b684e1c1d9ec0df5f93374f846a
#
# 
# 
# patch "packages/perl/libcompress-zlib-perl_1.42.bb"
#  from [682db29f77dc3e90c7f0f2a8c90b9787e264db8f]
#    to [26ade761e967791f6413b0bba7d4d23607de8e32]
# 
# patch "packages/perl/liblocale-gettext-perl_1.05.bb"
#  from [b500bf1701e2252fcf5e0a0ae672f9b476cde4e0]
#    to [af194211b21f168a684011134bef7d1ce2f15d1e]
# 
# patch "packages/perl/libmath-bigint-gmp-perl_1.18.bb"
#  from [a8ee53ea6e9a0d1809aabe04bbd13fd0cd12c5cc]
#    to [9511c2a5b5bfbb52ee4e72862145632761c9db28]
# 
# patch "packages/perl/libversion-perl_0.6701.bb"
#  from [03c0d46af9f25b426e522dd2e21fe8c338f69340]
#    to [8924712f631732e66c247fa8b505b5aaa88c70fe]
# 
# patch "packages/perl/libxml-parser-perl_2.34.bb"
#  from [af45e54098e0714bde1bb9e6ef021e39a5526109]
#    to [0f3dedb9630a16c7493bf727fae1a7cd2e7d5cec]
# 
============================================================
--- packages/perl/libcompress-zlib-perl_1.42.bb	682db29f77dc3e90c7f0f2a8c90b9787e264db8f
+++ packages/perl/libcompress-zlib-perl_1.42.bb	26ade761e967791f6413b0bba7d4d23607de8e32
@@ -1,11 +1,16 @@ LICENSE = "Artistic|GPL"
 DESCRIPTION = "Compress::Zlib - Interface to zlib compression library"
 SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
 LICENSE = "Artistic|GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz"
 
 S = "${WORKDIR}/Compress-Zlib-${PV}"
 
 inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/Compress/Zlib/* \
+                ${libdir}/perl5/*/*/auto/Compress/Zlib/.packlist \
+                ${libdir}/perl5/*/*/Compress"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Compress/Zlib/.debug"
============================================================
--- packages/perl/liblocale-gettext-perl_1.05.bb	b500bf1701e2252fcf5e0a0ae672f9b476cde4e0
+++ packages/perl/liblocale-gettext-perl_1.05.bb	af194211b21f168a684011134bef7d1ce2f15d1e
@@ -1,12 +1,17 @@ DEPENDS = "virtual/libintl"
 DESCRIPTION = "Locale::gettext - message handling functions"
 SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
 LICENSE = "Artistic|GPL"
 DEPENDS = "virtual/libintl"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz"
 
 S = "${WORKDIR}/gettext-${PV}"
 
 inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/Locale/gettext/* \
+                ${libdir}/perl5/*/*/auto/Locale/gettext/.packlist \
+                ${libdir}/perl5/*/*/Locale"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Locale/gettext/.debug"
============================================================
--- packages/perl/libmath-bigint-gmp-perl_1.18.bb	a8ee53ea6e9a0d1809aabe04bbd13fd0cd12c5cc
+++ packages/perl/libmath-bigint-gmp-perl_1.18.bb	9511c2a5b5bfbb52ee4e72862145632761c9db28
@@ -1,13 +1,18 @@ RDEPENDS += "gmp"
 DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
 SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
 LICENSE = "Artistic|GPL"
 DEPENDS += "gmp-native"
 RDEPENDS += "gmp"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"
 
 S = "${WORKDIR}/Math-BigInt-GMP-${PV}"
 
 inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/* \
+                ${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.packlist \
+                ${libdir}/perl5/*/*/Math"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.debug"
============================================================
--- packages/perl/libversion-perl_0.6701.bb	03c0d46af9f25b426e522dd2e21fe8c338f69340
+++ packages/perl/libversion-perl_0.6701.bb	8924712f631732e66c247fa8b505b5aaa88c70fe
@@ -1,11 +1,17 @@ LICENSE = "Artistic|GPL"
 DESCRIPTION = "version - Perl extension for Version Objects"
 SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
 LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/version-${PV}.tar.gz"
 
 S = "${WORKDIR}/version-${PV}"
 
 inherit cpan
+
+FILES_${PN} = "${libdir}/perl5/*/*/auto/version/vxs/* \
+                ${libdir}/perl5/*/*/auto/version/.packlist \
+                ${libdir}/perl5/*/*/version/* \
+                ${libdir}/perl5/*/*/version.pm"
+FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/version/vxs/.debug"
============================================================
--- packages/perl/libxml-parser-perl_2.34.bb	af45e54098e0714bde1bb9e6ef021e39a5526109
+++ packages/perl/libxml-parser-perl_2.34.bb	0f3dedb9630a16c7493bf727fae1a7cd2e7d5cec
@@ -1,9 +1,14 @@ LICENSE = "Artistic"
 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"






More information about the Openembedded-commits mailing list