summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 04:41:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:13:59 -0800
commit1a188a72e0c927e25015049055291ba672e9ee6b (patch)
treef8614fb1f5a8881a493f72d5445afbb3490fe220 /meta/recipes-devtools/perl
parentf61c8724c89d08fcfe93dc8958147594b2c607b1 (diff)
downloadopenembedded-core-contrib-1a188a72e0c927e25015049055291ba672e9ee6b.tar.gz
libxml-simple-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass 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-simple-perl_2.24.bb2
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}"
EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
-inherit cpan
+inherit cpan ptest-perl
BBCLASSEXTEND = "native"