This fix is found in the recipe on the master branch.

The warning was seen in build 
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/81/builds/1279

Signed-off-by: Jason Schonberg <[email protected]>
---
 .../libmodule/libmodule-build-tiny-perl_0.047.bb           | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb 
b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
index db765b88f1..2e7e742321 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
@@ -21,6 +21,13 @@ S = "${WORKDIR}/Module-Build-Tiny-${PV}"
 
 inherit cpan_build ptest-perl
 
+do_install:append() {
+  sed -i \
+    -e 's|${TMPDIR}||g' \
+    `find ${D}/usr/lib/perl5 -type f -name .packlist`
+}
+
+
 RDEPENDS:${PN} += " \
     libextutils-config-perl \
     libextutils-helpers-perl \
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#123977): 
https://lists.openembedded.org/g/openembedded-devel/message/123977
Mute This Topic: https://lists.openembedded.org/mt/117516093/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to