From 44bf4875999b09269868889ff5ce06a73ecca52e Mon Sep 17 00:00:00 2001 From: Andrii Klymenko Date: Tue, 7 Oct 2025 20:14:28 +0300 Subject: T7706: linux‑perf package missing required shared libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing libraries to the linux‑perf package: libpfm4, libslang2, libtraceevent1. --- .../linux-kernel/patches/kernel/0003-build-linux-perf-package.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/package-build/linux-kernel') diff --git a/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch b/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch index 082ad589..7a4691d9 100644 --- a/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch +++ b/scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch @@ -50,7 +50,7 @@ index 5044224cf671..21f98ae50be0 100755 +Package: linux-perf-$version +Section: devel +Architecture: $debarch -+Depends: \${shlibs:Depends} ++Depends: libpfm4, libslang2, libtraceevent1 +Description: Performance analysis tools for Linux $version + This package contains the 'perf' performance analysis tools for Linux + kernel version $version . -- cgit v1.2.3