summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-perl_0.99.bb')
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_0.99.bb7
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
24S = "${WORKDIR}/XML-SAX-${PV}" 24S = "${WORKDIR}/XML-SAX-${PV}"
25 25
26inherit cpan 26inherit cpan ptest-perl
27
28do_install_ptest() {
29 cp -r ${B}/testfiles ${D}${PTEST_PATH}
30 chown -R root:root ${D}${PTEST_PATH}/testfiles
31}
27 32
28BBCLASSEXTEND = "native" 33BBCLASSEXTEND = "native"