diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2025-10-07 20:14:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 20:14:28 +0300 |
| commit | 44bf4875999b09269868889ff5ce06a73ecca52e (patch) | |
| tree | 0ccfa24977f5af5473649faf0c942fe911b5f5c7 /scripts/package-build | |
| parent | 144538046e19022d1d38e28479d3fb270b071598 (diff) | |
| download | vyos-build-44bf4875999b09269868889ff5ce06a73ecca52e.tar.gz vyos-build-44bf4875999b09269868889ff5ce06a73ecca52e.zip | |
T7706: linux‑perf package missing required shared libraries
Add missing libraries to the linux‑perf package: libpfm4, libslang2, libtraceevent1.
Diffstat (limited to 'scripts/package-build')
| -rw-r--r-- | scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |
