mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libxml-parser-perl: upgrade from 2.36 to 2.40
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cd5a32e2ee
commit
af25aea6f1
23
meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
Normal file
23
meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
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] = "c66e9adba003d0667cc40115ccd837a5"
|
||||
SRC_URI[sha256sum] = "e5e433684e799ef7b6b852c0ca31b71054717628555444d3dc9fceac0df71512"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user