diff options
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index e9db6c66c4..514c87835d 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -52,13 +52,7 @@ export WERROR = "0" | |||
52 | do_populate_lic[depends] += "virtual/kernel:do_patch" | 52 | do_populate_lic[depends] += "virtual/kernel:do_patch" |
53 | 53 | ||
54 | # needed for building the tools/perf Perl binding | 54 | # needed for building the tools/perf Perl binding |
55 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perlnative', '', d)} | 55 | include ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perf-perl.inc', '', d)} |
56 | inherit cpan-base | ||
57 | # Env var which tells perl if it should use host (no) or target (yes) settings | ||
58 | export PERLCONFIGTARGET = "${@is_target(d)}" | ||
59 | export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}/CORE" | ||
60 | export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}" | ||
61 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}" | ||
62 | 56 | ||
63 | inherit kernelsrc | 57 | inherit kernelsrc |
64 | 58 | ||