mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
libxml-parser-perl: Fix debug package
Certain files were being missed in the -dbg package, fix this. (From OE-Core rev: 5b4bdf20c60ca625c059237b5d70b57c6643e6ec) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa38716294
commit
4c8bd3ea84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user