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.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 b6f50583f7..e04047e85a 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -45,7 +45,7 @@ PROVIDES = "virtual/perf"
45inherit linux-kernel-base kernel-arch manpages 45inherit linux-kernel-base kernel-arch manpages
46 46
47# needed for building the tools/perf Python bindings 47# needed for building the tools/perf Python bindings
48inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native', '', d)} 48inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3targetconfig', '', d)}
49inherit python3-dir 49inherit python3-dir
50export PYTHON_SITEPACKAGES_DIR 50export PYTHON_SITEPACKAGES_DIR
51 51