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>
This commit is contained in:
J. S. 2024-10-28 08:40:43 -04:00 committed by Khem Raj
parent 5f471132db
commit c395f5e477
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \