From c395f5e477b94fafb509e1348e4fb09e0e56be45 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Mon, 28 Oct 2024 08:40:43 -0400 Subject: libmodule-build-tiny-perl: fix QA Issue: TMPDIR [buildpaths] Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-perl/recipes-perl') 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}" 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 \ -- cgit v1.2.3-54-g00ecf