mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
5f471132db
commit
c395f5e477
|
|
@ -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…
Reference in New Issue
Block a user