From: Tim Orling Date: Sun, 4 Mar 2018 11:14:05 +0000 (-0800) Subject: libxml-simple-perl: inherit ptest-perl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a75f4372ce23b7834a3509ba4fca60b6ddad734;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-simple-perl: inherit ptest-perl * Enable ptest by inheriting new ptest-perl.bbclass Signed-off-by: Tim Orling --- 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 0cf2eebda4c..f9d00d2e28f 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"