mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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>
(cherry picked from commit c395f5e477)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user