Skip to content
Snippets Groups Projects
Verified Commit 56d71145 authored by Peter Jung's avatar Peter Jung
Browse files

upgpkg: 6.12-3, add llvm-libs to perf depends

parent 7182fdba
No related branches found
Tags 115.4.1-1
No related merge requests found
pkgbase = linux-tools
pkgver = 6.12
pkgrel = 2
pkgrel = 3
url = https://www.kernel.org
arch = x86_64
groups = linux-tools
......@@ -21,6 +21,7 @@ pkgbase = linux-tools
makedepends = libtraceevent
makedepends = openssl
makedepends = clang
makedepends = llvm-libs
makedepends = pciutils
makedepends = glib2
makedepends = sysfsutils
......@@ -119,6 +120,7 @@ pkgname = perf
depends = libtraceevent
depends = openssl
depends = libsframe.so
depends = llvm-libs
pkgname = tmon
pkgdesc = Monitoring and Testing Tool for Linux kernel thermal subsystem
......
......@@ -14,7 +14,7 @@ pkgname=(
'x86_energy_perf_policy'
)
pkgver=6.12
pkgrel=2
pkgrel=3
license=('GPL-2.0-only')
arch=('x86_64')
url='https://www.kernel.org'
......@@ -25,7 +25,7 @@ makedepends=('git')
makedepends+=('asciidoc' 'xmlto')
# perf deps
makedepends+=('perl' 'python' 'python-setuptools' 'slang' 'elfutils' 'libunwind'
'numactl' 'audit' 'zstd' 'libcap' 'libtraceevent' 'openssl' 'clang')
'numactl' 'audit' 'zstd' 'libcap' 'libtraceevent' 'openssl' 'clang' 'llvm-libs')
# cpupower deps
makedepends+=('pciutils')
# usbip deps
......@@ -167,7 +167,7 @@ package_perf() {
pkgdesc='Linux kernel performance auditing tool'
depends=('glibc' 'perl' 'python' 'slang' 'elfutils' 'libunwind' 'binutils'
'numactl' 'audit' 'coreutils' 'glib2' 'xz' 'zlib' 'libelf' 'bash'
'zstd' 'libcap' 'libtraceevent' 'openssl' 'libsframe.so')
'zstd' 'libcap' 'libtraceevent' 'openssl' 'libsframe.so' 'llvm-libs')
cd linux/tools/perf
make -f Makefile.perf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment