libhtml-tree-perl: fix QA Issue: TMPDIR [buildpaths]

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5f471132db6df673bbc2c9d7e03f3a049401cfa8)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
J. S. 2024-10-28 08:40:42 -04:00 committed by Anuj Mittal
parent c031af8d73
commit 4e69ebbcf9
No known key found for this signature in database
GPG Key ID: 4340AEFE69F5085C

View File

@ -26,6 +26,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 \