]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtimedate-perl: inherit ptest-perl
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 5 Mar 2018 03:25:15 +0000 (19:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:13:59 +0000 (06:13 -0800)
* Enable pteset with new ptest-perl.bbclass

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/perl/libtimedate-perl_2.30.bb

index 427613c10b75754b3141c08e6000fb8c960c3545..8e1461ceb9b6bd2f34eae82b66dabdf3fba7e63b 100644 (file)
@@ -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"