From 1a188a72e0c927e25015049055291ba672e9ee6b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 4 Mar 2018 04:41:55 -0800 Subject: libxml-simple-perl: inherit ptest-perl * Enable ptest by inheriting new ptest-perl.bbclass Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/libxml-simple-perl_2.24.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/perl') 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" -- cgit 1.2.3-korg