diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 04:41:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | 649d3aaf2c1660a8b2ed11bedbc99f9dace37e5c (patch) | |
tree | 227bbe97dadd65c0ca58c919b16b930d3e911ea4 /meta/recipes-devtools/perl | |
parent | 9d325d257eb9a8d00b23de1c248c2dc1e6e0c891 (diff) | |
download | poky-649d3aaf2c1660a8b2ed11bedbc99f9dace37e5c.tar.gz |
libxml-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass
(From OE-Core rev: f61c8724c89d08fcfe93dc8958147594b2c607b1)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 2 |
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 | |||
19 | 19 | ||
20 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 20 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | do_compile() { | 24 | do_compile() { |
25 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 25 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |