diff options
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 18e2454f9a..d06dd2fa5a 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -9,8 +9,8 @@ HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" | |||
9 | 9 | ||
10 | LICENSE = "GPL-2.0-only" | 10 | LICENSE = "GPL-2.0-only" |
11 | 11 | ||
12 | 12 | # zstd is required for kernels 6.14+ when libelf-zstd is detected | |
13 | PACKAGECONFIG ??= "python tui libunwind libtraceevent" | 13 | PACKAGECONFIG ??= "python tui libunwind libtraceevent zstd" |
14 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" | 14 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" |
15 | PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" | 15 | PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" |
16 | PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native" | 16 | PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native" |