From: "J. S." <[email protected]>
Signed-off-by: Jason Schonberg <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 5f471132db6df673bbc2c9d7e03f3a049401cfa8)
Signed-off-by: Armin Kuster <[email protected]>
---
meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
index f070196606..7bdebcd37c 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
@@ -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 \
--
2.43.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114781):
https://lists.openembedded.org/g/openembedded-devel/message/114781
Mute This Topic: https://lists.openembedded.org/mt/110534997/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-