summaryrefslogtreecommitdiff
path: root/poky
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-10-04 10:09:10 +0300
committerJoel Stanley <joel@jms.id.au>2022-10-05 13:36:08 +0300
commite309a8291327707255ff0d822ee05b76a0472780 (patch)
tree83dc1d7b5220b8564b0c2cf9258f7555ecec71a9 /poky
parent54c8b29f9edb32f8fb9fa8bf48a3707583c817ff (diff)
downloadopenbmc-e309a8291327707255ff0d822ee05b76a0472780.tar.xz
perf: Linux 6.0 requires setuptools
Upstream submission: https://lore.kernel.org/openembedded-core/20221005025625.64000-1-joel@jms.id.au https://lore.kernel.org/openembedded-core/ce66ad3692d01831e5f41f27702c01744a8708c5.1664904217.git.bruce.ashfield@gmail.com Change-Id: Ib96fa14b2eda081ea0fad72ae5d244d4a35d895f Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'poky')
-rw-r--r--poky/meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/meta/recipes-kernel/perf/perf.bb b/poky/meta/recipes-kernel/perf/perf.bb
index 31bc04635d..2591171eca 100644
--- a/poky/meta/recipes-kernel/perf/perf.bb
+++ b/poky/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', 'python3targetconfig', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3targetconfig setuptools3', '', d)}
inherit python3-dir
export PYTHON_SITEPACKAGES_DIR