From: Tim Orling Date: Mon, 5 Mar 2018 03:25:16 +0000 (-0800) Subject: libxml-sax-base-perl: inherit ptest-perl X-Git-Tag: uninative-1.8~148 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f593f9eedcb3e96b1904bc8250ce9353130de62b;p=openembedded-core.git libxml-sax-base-perl: inherit ptest-perl * Enable ptest by inheriting new ptest-perl.bbclass Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb index cd3a5806bb..b3e01e9ace 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb @@ -19,6 +19,6 @@ SRC_URI[sha256sum] = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e S = "${WORKDIR}/XML-SAX-Base-${PV}" -inherit cpan +inherit cpan ptest-perl BBCLASSEXTEND = "native"