summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-04 04:41:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:19:18 -0800
commit9d325d257eb9a8d00b23de1c248c2dc1e6e0c891 (patch)
treea857040be9ca3791da9e9b98a94bccb7a5d4553b /meta/recipes-devtools/perl
parentd0256e547083146e6021acbb3e818ccf51ed2ce1 (diff)
downloadpoky-9d325d257eb9a8d00b23de1c248c2dc1e6e0c891.tar.gz
libxml-parser-perl: inherit ptest-perl
* Enable ptest by inheriting new ptest-perl.bbclass (From OE-Core rev: ba0fb1a51f181d56974dcfd70b3156dfed740edb) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
index cc3a660f7d..c5e0ae6769 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/XML-Parser-${PV}"
14 14
15EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'" 15EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'"
16 16
17inherit cpan 17inherit cpan ptest-perl
18 18
19# fix up sub MakeMaker project as arguments don't get propagated though 19# fix up sub MakeMaker project as arguments don't get propagated though
20# see https://rt.cpan.org/Public/Bug/Display.html?id=28632 20# see https://rt.cpan.org/Public/Bug/Display.html?id=28632
@@ -34,4 +34,13 @@ do_compile_class-native() {
34 cpan_do_compile 34 cpan_do_compile
35} 35}
36 36
37do_install_ptest() {
38 sed -i -e "s:/usr/local/bin/perl:/usr/bin/perl:g" ${B}/samples/xmlstats
39 sed -i -e "s:/usr/local/bin/perl:/usr/bin/perl:g" ${B}/samples/xmlfilter
40 sed -i -e "s:/usr/local/bin/perl:/usr/bin/perl:g" ${B}/samples/xmlcomments
41 sed -i -e "s:/usr/local/bin/perl:/usr/bin/perl:g" ${B}/samples/canonical
42 cp -r ${B}/samples ${D}${PTEST_PATH}
43 chown -R root:root ${D}${PTEST_PATH}/samples
44}
45
37BBCLASSEXTEND="native nativesdk" 46BBCLASSEXTEND="native nativesdk"