summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf/perf.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r--meta/recipes-kernel/perf/perf.bb8
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"
52do_populate_lic[depends] += "virtual/kernel:do_patch" 52do_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
55inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perlnative', '', d)} 55include ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perf-perl.inc', '', d)}
56inherit cpan-base
57# Env var which tells perl if it should use host (no) or target (yes) settings
58export PERLCONFIGTARGET = "${@is_target(d)}"
59export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}/CORE"
60export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
61export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
62 56
63inherit kernelsrc 57inherit kernelsrc
64 58