mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:23:14 +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
|
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} += " \
|
RDEPENDS:${PN} += " \
|
||||||
libextutils-config-perl \
|
libextutils-config-perl \
|
||||||
libextutils-helpers-perl \
|
libextutils-helpers-perl \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user