diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 19:25:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | fc723b156b14e47a66cea8095c0ae6334dc1e2e3 (patch) | |
tree | 38e70fdc216a6178a907b7e133729de8e5c9fe9a /meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | |
parent | 3fff020bc3eaffdf40176c50cb0319727dcfce54 (diff) | |
download | poky-fc723b156b14e47a66cea8095c0ae6334dc1e2e3.tar.gz |
libxml-sax-base-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass
(From OE-Core rev: f593f9eedcb3e96b1904bc8250ce9353130de62b)
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/libxml-sax-base-perl_1.09.bb')
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb index cd3a5806bb..b3e01e9ace 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | |||
@@ -19,6 +19,6 @@ SRC_URI[sha256sum] = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e | |||
19 | 19 | ||
20 | S = "${WORKDIR}/XML-SAX-Base-${PV}" | 20 | S = "${WORKDIR}/XML-SAX-Base-${PV}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |