From: Tim Orling Date: Mon, 5 Mar 2018 03:25:15 +0000 (-0800) Subject: libtimedate-perl: inherit ptest-perl X-Git-Tag: uninative-1.8~149 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648;p=openembedded-core.git libtimedate-perl: inherit ptest-perl * Enable pteset with new ptest-perl.bbclass Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index 427613c10b..8e1461ceb9 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb @@ -9,7 +9,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar. S = "${WORKDIR}/TimeDate-${PV}" -inherit cpan +inherit cpan ptest-perl BBCLASSEXTEND = "native"