summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-28 08:40:43 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-28 17:54:32 -0700
commitc395f5e477b94fafb509e1348e4fb09e0e56be45 (patch)
tree84e4abecebc11a4a78efdc1da6f80a895b61a17a /meta-perl/recipes-perl
parent5f471132db6df673bbc2c9d7e03f3a049401cfa8 (diff)
downloadmeta-openembedded-c395f5e477b94fafb509e1348e4fb09e0e56be45.tar.gz
libmodule-build-tiny-perl: fix QA Issue: TMPDIR [buildpaths]
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
index a662b45407..bab9c5c95d 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
@@ -21,6 +21,13 @@ S = "${WORKDIR}/Module-Build-Tiny-${PV}"
21 21
22inherit cpan_build ptest-perl 22inherit cpan_build ptest-perl
23 23
24do_install:append() {
25 sed -i \
26 -e 's|${TMPDIR}||g' \
27 `find ${D}/usr/lib/perl5 -type f -name .packlist`
28}
29
30
24RDEPENDS:${PN} += " \ 31RDEPENDS:${PN} += " \
25 libextutils-config-perl \ 32 libextutils-config-perl \
26 libextutils-helpers-perl \ 33 libextutils-helpers-perl \