linux-tools: enable NUMA on ppc64 targets

Also fix lint and bump rev because of changed short_descs.
This commit is contained in:
q66 2018-12-20 18:16:48 +01:00 committed by Helmut Pozimski
parent 46b9032afe
commit aa973171f0
1 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'linux-tools'
pkgname=linux-tools
version=4.18
revision=1
build_style=meta
revision=2
wrksrc="linux-${version}"
build_style=meta
hostmakedepends="asciidoc automake flex libtool perl python xmlto"
makedepends="babeltrace-devel binutils-devel eudev-libudev-devel
liblzma-devel libressl-devel libsysfs-devel libunwind-devel
@ -25,6 +25,9 @@ i686*|x86_64*)
depends+=" x86_energy_perf_policy>=${version} turbostat>=${version}"
subpackages+=" x86_energy_perf_policy turbostat"
;;
ppc64*)
makedepends+=" libnuma-devel"
;;
esac
nocross=yes
@ -131,13 +134,13 @@ libcpupower-devel_package() {
}
}
libusbip_package() {
short_desc="An USB device sharing system over IP network - runtime library"
short_desc="USB device sharing system over IP network - runtime library"
pkg_install() {
vmove "usr/lib/libusbip.so.*"
}
}
libusbip-devel_package() {
short_desc="An USB device sharing system over IP network - development files"
short_desc="USB device sharing system over IP network - development files"
depends="libusbip-${version}_${revision}"
pkg_install() {
vmove usr/include/usbip
@ -166,7 +169,7 @@ x86_energy_perf_policy_package() {
}
}
usbip_package() {
short_desc="An USB device sharing system over IP network"
short_desc="USB device sharing system over IP network"
pkg_install() {
vmove "usr/bin/usbip*"
vmove "usr/share/man/man8/usbip*"