summaryrefslogtreecommitdiff
path: root/poky
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-05-04 19:08:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-05-04 21:27:29 +0300
commit325e49974156a0369dff9836093ddcec0b4011df (patch)
treef8d08d39d6af5fa8ba77059211cf7fdbb637ec86 /poky
parent511ffa909e581435a939e859bb46dc62f1ed2d62 (diff)
downloadopenbmc-325e49974156a0369dff9836093ddcec0b4011df.tar.xz
poky: sync meta/recipes-kernel/perf/perf.bb
The upstream contribution from e309a829 was never accepted and they went with a different approach with openembedded/openembedded-core@da3d0017 . Resync this file in our repo. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib31900a3361f97cdecc6a6be8ff93eb6260978ed
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 5fce30862e..e41fcc4798 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 setuptools3', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3targetconfig', '', d)}
inherit python3-dir
export PYTHON_SITEPACKAGES_DIR