Skip to content

Commit 3ee0b44

Browse files
authored
Merge pull request #1054 from asklymenko/patch-2
T7706: linux‑perf package missing required shared libraries
2 parents f3db574 + 44bf487 commit 3ee0b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package-build/linux-kernel/patches/kernel/0003-build-linux-perf-package.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ index 5044224cf671..21f98ae50be0 100755
5050
+Package: linux-perf-$version
5151
+Section: devel
5252
+Architecture: $debarch
53-
+Depends: \${shlibs:Depends}
53+
+Depends: libpfm4, libslang2, libtraceevent1
5454
+Description: Performance analysis tools for Linux $version
5555
+ This package contains the 'perf' performance analysis tools for Linux
5656
+ kernel version $version .

0 commit comments

Comments
 (0)