aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 03:14:05 -0800
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 04:24:19 -0800
commit3a75f4372ce23b7834a3509ba4fca60b6ddad734 (patch)
tree366c80129c61cd80824acb4904110152396c8f75
parent59c90e14eaca886a6739fe5286560a2e3bf91314 (diff)
downloadopenembedded-core-contrib-3a75f4372ce23b7834a3509ba4fca60b6ddad734.tar.gz
libxml-simple-perl: inherit ptest-perltimo/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-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"