diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 19:25:17 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
| commit | ff748ed8265201d28da1644b5e322451679ca14d (patch) | |
| tree | daa615214e5516e00aa09e39b607fe9aeac972f3 /meta | |
| parent | fc723b156b14e47a66cea8095c0ae6334dc1e2e3 (diff) | |
| download | poky-ff748ed8265201d28da1644b5e322451679ca14d.tar.gz | |
libxml-sax-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass
* Install testfiles/ into PTEST_PATH
(From OE-Core rev: 79e1d94e6c08610971c66637a59149b8b9c0ab72)
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')
| -rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb index ad31b9c9d2..cdcbebffce 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | |||
| @@ -23,6 +23,11 @@ SRC_URI[sha256sum] = "32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6 | |||
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/XML-SAX-${PV}" | 24 | S = "${WORKDIR}/XML-SAX-${PV}" |
| 25 | 25 | ||
| 26 | inherit cpan | 26 | inherit cpan ptest-perl |
| 27 | |||
| 28 | do_install_ptest() { | ||
| 29 | cp -r ${B}/testfiles ${D}${PTEST_PATH} | ||
| 30 | chown -R root:root ${D}${PTEST_PATH}/testfiles | ||
| 31 | } | ||
| 27 | 32 | ||
| 28 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
