summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 19:25:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:43:10 -0800
commit40cdf6dd789d3f4977b31898e23db52d3bf7a657 (patch)
treec2c0c334d93cd2a5a27c5b70372a6684582c6120 /meta/recipes-extended/perl
parent4d9519951cd82c47b0a557fcc7b925796754633e (diff)
downloadpoky-40cdf6dd789d3f4977b31898e23db52d3bf7a657.tar.gz
libconvert-asn1-perl: inherit ptest-perl
* Enable ptest using new ptest-perl.bbclass (From OE-Core rev: 04f49bc0f9c56ef9b6970891058c200968c5ded9) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl')
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
index 170e7ecdea..644d8208ec 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "74a4a78ae0c5e973100ac0a8f203a110f76fb047b79dae4fc1fd7d6814
10 10
11S = "${WORKDIR}/Convert-ASN1-${PV}" 11S = "${WORKDIR}/Convert-ASN1-${PV}"
12 12
13inherit cpan 13inherit cpan ptest-perl
14 14
15EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" 15EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
16 16