From 325e49974156a0369dff9836093ddcec0b4011df Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 4 May 2023 11:08:58 -0500 Subject: 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 Change-Id: Ib31900a3361f97cdecc6a6be8ff93eb6260978ed --- poky/meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poky/meta/recipes-kernel') 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 -- cgit v1.2.3