diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-16 16:19:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 16:19:06 +0200 |
| commit | 3ee0b44085d957e1dbc9a51f51f3b926e232a1e9 (patch) | |
| tree | 50182e27da12820092c56633d011c5e1edc41617 /scripts/package-build/linux-kernel | |
| parent | f3db5741d9ca2d26c600a2e3ba055ca113f58d64 (diff) | |
| parent | 44bf4875999b09269868889ff5ce06a73ecca52e (diff) | |
| download | vyos-build-3ee0b44085d957e1dbc9a51f51f3b926e232a1e9.tar.gz vyos-build-3ee0b44085d957e1dbc9a51f51f3b926e232a1e9.zip | |
Merge pull request #1054 from asklymenko/patch-2
T7706: linux‑perf package missing required shared libraries
Diffstat (limited to 'scripts/package-build/linux-kernel')
| -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 . |
