aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 03:13:29 -0800
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 04:24:19 -0800
commit59c90e14eaca886a6739fe5286560a2e3bf91314 (patch)
tree06c02d9dcdd83088bbc20eea6ada6c9504a5b91e
parentc718623d9f15c5cafad5c3473c87c8848e42a5e1 (diff)
downloadopenembedded-core-contrib-59c90e14eaca886a6739fe5286560a2e3bf91314.tar.gz
libxml-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--meta/recipes-devtools/perl/libxml-perl_0.08.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb
index 047842704f..0f6099868a 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')"