]> code.ossystems Code Review - openembedded-core.git/commitdiff
libconvert-asn1-perl: inherit ptest-perl
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 5 Mar 2018 03:25:14 +0000 (19:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:34 +0000 (06:36 -0800)
* Enable ptest using 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/libconvert-asn1-perl_0.27.bb

index 170e7ecdeaeba1973e66a8b631b4e3f315a6a159..644d8208ecd71ccc343d88142e573a271f0c9ae2 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "74a4a78ae0c5e973100ac0a8f203a110f76fb047b79dae4fc1fd7d6814
 
 S = "${WORKDIR}/Convert-ASN1-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
 
 EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"