[oe-commits] Mark Hatle : libxml-parser-perl: Fix debug package

git version control git at git.openembedded.org
Thu Jun 23 11:07:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 5b4bdf20c60ca625c059237b5d70b57c6643e6ec
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b4bdf20c60ca625c059237b5d70b57c6643e6ec

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 13:12:07 2011 -0500

libxml-parser-perl: Fix debug package

Certain files were being missed in the -dbg package, fix this.

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 .../perl/libxml-parser-perl_2.40.bb                |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
index fac28a8..3c8f1c9 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
@@ -3,7 +3,7 @@ LICENSE = "Artistic"
 LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
 DEPENDS += "expat expat-native"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
 
@@ -16,6 +16,8 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}
 
 inherit cpan
 
+FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/XML/Parser/Expat/.debug/"
+
 do_compile() {
 	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
 	cpan_do_compile





More information about the Openembedded-commits mailing list