@@ -6,7 +6,7 @@ libwww-perl distribution, but are now unbundled in order to facilitate \
a separate development track."
SECTION = "libs"
-HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README"
+HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242"
@@ -25,6 +25,13 @@ export PERL_USE_UNSAFE_INC = "1"
DEPENDS += "libmodule-build-perl-native \
"
+do_install:append() {
+ sed -i \
+ -e 's|${TMPDIR}||g' \
+ `find ${D}/usr/share/doc/perl/html/site/lib/HTML/ -type f` \
+ `find ${D}/usr/lib/perl5 -type f -name .packlist`
+}
+
RPROVIDES:${PN} = " libhtml-element-perl \
libhtml-tree-assubs-perl \
libhtml-tree-perl \
Signed-off-by: Jason Schonberg <schonm@gmail.com> --- meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)