diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 04:41:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | 0230177d6d2420bcdc3cf5e7880fc348a84b0e69 (patch) | |
tree | 3d0d1193fe559efc53c876868521b680abe869fa | |
parent | 649d3aaf2c1660a8b2ed11bedbc99f9dace37e5c (diff) | |
download | poky-0230177d6d2420bcdc3cf5e7880fc348a84b0e69.tar.gz |
libxml-simple-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass
(From OE-Core rev: 1a188a72e0c927e25015049055291ba672e9ee6b)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb index 0cf2eebda4..f9d00d2e28 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb | |||
@@ -19,6 +19,6 @@ S = "${WORKDIR}/XML-Simple-${PV}" | |||
19 | 19 | ||
20 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 20 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |