From: Tim Orling Date: Sun, 4 Mar 2018 11:13:29 +0000 (-0800) Subject: libxml-perl: inherit ptest-perl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c90e14eaca886a6739fe5286560a2e3bf91314;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-perl: inherit ptest-perl * Enable ptest by inheriting new ptest-perl.bbclass Signed-off-by: Tim Orling --- diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 047842704fa..0f6099868a7 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb @@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b4981 EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" -inherit cpan +inherit cpan ptest-perl do_compile() { export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"