mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
libxml-parser-perl: upgrade from 2.40 to 2.41
(From OE-Core rev: 8b96b339b1e3e2b4f58f79bc6fc0c87a18a6c7d3) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4fe4ef58b8
commit
a10af58099
32
meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
Normal file
32
meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
Normal file
@@ -0,0 +1,32 @@
|
||||
DESCRIPTION = "XML::Parser - A perl module for parsing XML documents"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
|
||||
|
||||
DEPENDS += "expat expat-native"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "c320d2ffa459e6cdc6f9f59c1185855e"
|
||||
SRC_URI[sha256sum] = "b48197cd2265a26c5f016489f11a7b450d8833cb8b3d6a46ee15975740894de9"
|
||||
|
||||
S = "${WORKDIR}/XML-Parser-${PV}"
|
||||
|
||||
EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
do_compile() {
|
||||
export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
|
||||
cpan_do_compile
|
||||
}
|
||||
|
||||
do_compile_virtclass-native() {
|
||||
cpan_do_compile
|
||||
}
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/XML/Parser/Expat/.debug/"
|
||||
|
||||
BBCLASSEXTEND="native"
|
||||
|
||||
Reference in New Issue
Block a user