libmodule-build-tiny-perl: fix reference to TMPDIR

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 <schonm@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Jason Schonberg 2026-01-28 16:31:49 -05:00 committed by Anuj Mittal
parent acbbb1e308
commit e2001fa66c
No known key found for this signature in database
GPG Key ID: 4340AEFE69F5085C

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 \