linux-tools: enable NUMA on ppc64 targets
Also fix lint and bump rev because of changed short_descs.
This commit is contained in:
parent
46b9032afe
commit
aa973171f0
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'linux-tools'
|
# Template file for 'linux-tools'
|
||||||
pkgname=linux-tools
|
pkgname=linux-tools
|
||||||
version=4.18
|
version=4.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
|
build_style=meta
|
||||||
hostmakedepends="asciidoc automake flex libtool perl python xmlto"
|
hostmakedepends="asciidoc automake flex libtool perl python xmlto"
|
||||||
makedepends="babeltrace-devel binutils-devel eudev-libudev-devel
|
makedepends="babeltrace-devel binutils-devel eudev-libudev-devel
|
||||||
liblzma-devel libressl-devel libsysfs-devel libunwind-devel
|
liblzma-devel libressl-devel libsysfs-devel libunwind-devel
|
||||||
|
@ -25,6 +25,9 @@ i686*|x86_64*)
|
||||||
depends+=" x86_energy_perf_policy>=${version} turbostat>=${version}"
|
depends+=" x86_energy_perf_policy>=${version} turbostat>=${version}"
|
||||||
subpackages+=" x86_energy_perf_policy turbostat"
|
subpackages+=" x86_energy_perf_policy turbostat"
|
||||||
;;
|
;;
|
||||||
|
ppc64*)
|
||||||
|
makedepends+=" libnuma-devel"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -131,13 +134,13 @@ libcpupower-devel_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
libusbip_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() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libusbip.so.*"
|
vmove "usr/lib/libusbip.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
libusbip-devel_package() {
|
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}"
|
depends="libusbip-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include/usbip
|
vmove usr/include/usbip
|
||||||
|
@ -166,7 +169,7 @@ x86_energy_perf_policy_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
usbip_package() {
|
usbip_package() {
|
||||||
short_desc="An USB device sharing system over IP network"
|
short_desc="USB device sharing system over IP network"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/bin/usbip*"
|
vmove "usr/bin/usbip*"
|
||||||
vmove "usr/share/man/man8/usbip*"
|
vmove "usr/share/man/man8/usbip*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue