mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/linux-tools: fix deps
This commit is contained in:
parent
36c30b699a
commit
37d4d4887f
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed x86_energy_perf_policy build/package, uses x86 asm
|
||||
# - removed numactl dep
|
||||
|
||||
pkgbase=linux-tools
|
||||
pkgname=(
|
||||
|
@ -25,7 +26,7 @@ options=('!strip')
|
|||
# kernel source deps
|
||||
makedepends=('asciidoc' 'xmlto')
|
||||
# perf deps
|
||||
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'numactl')
|
||||
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
|
||||
# cpupower deps
|
||||
makedepends+=('pciutils')
|
||||
# usbip deps
|
||||
|
@ -131,8 +132,7 @@ package_libtraceevent() {
|
|||
|
||||
package_perf() {
|
||||
pkgdesc='Linux kernel performance auditing tool'
|
||||
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils'
|
||||
'numactl')
|
||||
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils')
|
||||
|
||||
cd linux-$pkgver/tools/perf
|
||||
make \
|
||||
|
|
Loading…
Reference in a new issue