summaryrefslogtreecommitdiff
path: root/recipes-kernel/perf/perf.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/perf/perf.bbappend')
-rw-r--r--recipes-kernel/perf/perf.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/perf/perf.bbappend b/recipes-kernel/perf/perf.bbappend
new file mode 100644
index 0000000..1894a5a
--- /dev/null
+++ b/recipes-kernel/perf/perf.bbappend
@@ -0,0 +1,2 @@
+# python3-setuptools is required with 5.19-rc7
+DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3-setuptools-native', '', d)}"