mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
acbbb1e308
commit
e2001fa66c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user