summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 32882afdf4..4f26813de0 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -54,7 +54,7 @@ PROVIDES = "virtual/perf"
54inherit linux-kernel-base kernel-arch manpages 54inherit linux-kernel-base kernel-arch manpages
55 55
56# needed for building the tools/perf Python bindings 56# needed for building the tools/perf Python bindings
57inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3targetconfig', '', d)} 57inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3targetconfig', '', d)}
58inherit python3-dir 58inherit python3-dir
59export PYTHON_SITEPACKAGES_DIR 59export PYTHON_SITEPACKAGES_DIR
60 60