[PATCH] perf: Depend on setuptools
Joel Stanley
joel at jms.id.au
Wed Oct 5 13:56:25 AEDT 2022
Linux 6.0 requires setuptools for building the perf Python bindings.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
meta/recipes-kernel/perf/perf.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index edb133515423..c87880b2c14c 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -48,7 +48,7 @@ PROVIDES = "virtual/perf"
inherit linux-kernel-base kernel-arch manpages
# needed for building the tools/perf Python bindings
-inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native setuptools3', '', d)}
inherit python3-dir
export PYTHON_SITEPACKAGES_DIR
--
2.35.1
More information about the openbmc
mailing list