diff options
author | J. S. <schonm@gmail.com> | 2024-10-28 08:40:43 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:54:32 -0700 |
commit | c395f5e477b94fafb509e1348e4fb09e0e56be45 (patch) | |
tree | 84e4abecebc11a4a78efdc1da6f80a895b61a17a /meta-perl/recipes-perl | |
parent | 5f471132db6df673bbc2c9d7e03f3a049401cfa8 (diff) | |
download | meta-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.bb | 7 |
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 | ||
22 | inherit cpan_build ptest-perl | 22 | inherit cpan_build ptest-perl |
23 | 23 | ||
24 | do_install:append() { | ||
25 | sed -i \ | ||
26 | -e 's|${TMPDIR}||g' \ | ||
27 | `find ${D}/usr/lib/perl5 -type f -name .packlist` | ||
28 | } | ||
29 | |||
30 | |||
24 | RDEPENDS:${PN} += " \ | 31 | RDEPENDS:${PN} += " \ |
25 | libextutils-config-perl \ | 32 | libextutils-config-perl \ |
26 | libextutils-helpers-perl \ | 33 | libextutils-helpers-perl \ |