mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - removed x86_energy_perf_policy build/package, uses x86 asm
|
# - removed x86_energy_perf_policy build/package, uses x86 asm
|
||||||
|
# - removed numactl dep
|
||||||
|
|
||||||
pkgbase=linux-tools
|
pkgbase=linux-tools
|
||||||
pkgname=(
|
pkgname=(
|
||||||
|
@ -25,7 +26,7 @@ options=('!strip')
|
||||||
# kernel source deps
|
# kernel source deps
|
||||||
makedepends=('asciidoc' 'xmlto')
|
makedepends=('asciidoc' 'xmlto')
|
||||||
# perf deps
|
# perf deps
|
||||||
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'numactl')
|
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
|
||||||
# cpupower deps
|
# cpupower deps
|
||||||
makedepends+=('pciutils')
|
makedepends+=('pciutils')
|
||||||
# usbip deps
|
# usbip deps
|
||||||
|
@ -131,8 +132,7 @@ package_libtraceevent() {
|
||||||
|
|
||||||
package_perf() {
|
package_perf() {
|
||||||
pkgdesc='Linux kernel performance auditing tool'
|
pkgdesc='Linux kernel performance auditing tool'
|
||||||
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils'
|
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils')
|
||||||
'numactl')
|
|
||||||
|
|
||||||
cd linux-$pkgver/tools/perf
|
cd linux-$pkgver/tools/perf
|
||||||
make \
|
make \
|
||||||
|
|
Loading…
Reference in a new issue