summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb22
1 files changed, 21 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
index e202de05a7..a4c69c97b8 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
@@ -16,10 +16,30 @@ S = "${WORKDIR}/HTML-Parser-${PV}"
16 16
17EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" 17EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
18 18
19inherit cpan 19inherit cpan ptest-perl
20 20
21do_compile() { 21do_compile() {
22 export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" 22 export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
23 cpan_do_compile 23 cpan_do_compile
24} 24}
25
26RDEPENDS_${PN} += "\
27 perl-module-exporter \
28 perl-module-strict \
29 perl-module-vars \
30 perl-module-xsloader \
31 libhtml-tagset-perl \
32"
33
34RDEPENDS_${PN}-ptest += "\
35 liburi-perl \
36 perl-module-config \
37 perl-module-file-spec \
38 perl-module-filehandle \
39 perl-module-io-file \
40 perl-module-selectsaver \
41 perl-module-test \
42 perl-module-test-more \
43"
44
25BBCLASSEXTEND = "native" 45BBCLASSEXTEND = "native"