diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 19:25:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:43:10 -0800 |
commit | 40cdf6dd789d3f4977b31898e23db52d3bf7a657 (patch) | |
tree | c2c0c334d93cd2a5a27c5b70372a6684582c6120 /meta/recipes-extended/perl | |
parent | 4d9519951cd82c47b0a557fcc7b925796754633e (diff) | |
download | poky-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.bb | 2 |
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 | ||
11 | S = "${WORKDIR}/Convert-ASN1-${PV}" | 11 | S = "${WORKDIR}/Convert-ASN1-${PV}" |
12 | 12 | ||
13 | inherit cpan | 13 | inherit cpan ptest-perl |
14 | 14 | ||
15 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 15 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
16 | 16 | ||