From: Ross Burton Date: Tue, 22 Aug 2023 17:00:18 +0000 (+0100) Subject: perf: disable perl support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55463c1898c220b79b77da95b2d0dd9bdc1628a2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: disable perl support The perf support was broken and if enabled results in non-reproducible binaries, so disable it for now. 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 f89ab20ca41..e22a1bebb26 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -11,7 +11,7 @@ LICENSE = "GPL-2.0-only" PR = "r9" -PACKAGECONFIG ??= "perl python tui libunwind libtraceevent" +PACKAGECONFIG ??= "python tui libunwind libtraceevent" PACKAGECONFIG[dwarf] = ",NO_DWARF=1" PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native"