From: Khem Raj Date: Tue, 11 Oct 2022 03:02:16 +0000 (-0700) Subject: perf: Depend on native setuptools3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da3d00178809bbf7cc453401e0c5937796ebc2c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: Depend on native setuptools3 perf has need for python setuptools when scripting is enabled from 6.0.0 onwards it seems to throw an explicit error Signed-off-by: Khem Raj Cc: Bruce Ashfield Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 31bc04635d8..c1b0bd22d82 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -13,7 +13,7 @@ PR = "r9" PACKAGECONFIG ??= "scripting tui libunwind" PACKAGECONFIG[dwarf] = ",NO_DWARF=1" -PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3" +PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3 python3-setuptools-native" # gui support was added with kernel 3.6.35 # since 3.10 libnewt was replaced by slang # to cover a wide range of kernel we add both dependencies