linux-tools: update to 3.18.
This commit is contained in:
parent
c4502c5490
commit
652545468d
@ -1,7 +1,7 @@
|
||||
# Template file for 'linux-tools'
|
||||
pkgname=linux-tools
|
||||
version=3.16
|
||||
revision=3
|
||||
version=3.18
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
short_desc="Linux kernel tools meta-pkg"
|
||||
hostmakedepends="flex perl>=5.20 asciidoc xmlto python automake libtool"
|
||||
@ -14,7 +14,7 @@ license="GPL-2"
|
||||
homepage="http://www.kernel.org"
|
||||
update_pkgname="linux"
|
||||
distfiles="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0
|
||||
checksum=becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd
|
||||
|
||||
subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf"
|
||||
|
||||
@ -47,7 +47,7 @@ do_build() {
|
||||
make ${makejobs}
|
||||
fi
|
||||
|
||||
cd ${wrksrc}/drivers/staging/usbip/userspace
|
||||
cd ${wrksrc}/tools/usb/usbip
|
||||
# fix missing man page
|
||||
sed -i 's/usbip_bind_driver.8//' Makefile.am
|
||||
./autogen.sh
|
||||
@ -77,7 +77,7 @@ do_install() {
|
||||
${DESTDIR}/usr/share/bash-completion/completions
|
||||
|
||||
# usbip
|
||||
cd ${wrksrc}/drivers/staging/usbip/userspace
|
||||
cd ${wrksrc}/tools/usb/usbip
|
||||
make install DESTDIR=${DESTDIR}
|
||||
vmkdir usr/lib/modules-load.d
|
||||
printf 'usbip-core\nusbip-host\n' > \
|
||||
@ -106,14 +106,12 @@ cpupower_package() {
|
||||
vmove etc/cpufreq-bench.conf
|
||||
}
|
||||
}
|
||||
|
||||
libcpupower_package() {
|
||||
short_desc="Linux kernel tool to set CPU power features - runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libcpupower.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libcpupower-devel_package() {
|
||||
short_desc="Linux kernel tool to set CPU power features - development files"
|
||||
depends="libcpupower-${version}_${revision}"
|
||||
@ -122,14 +120,12 @@ libcpupower-devel_package() {
|
||||
vmove usr/lib/libcpupower.so
|
||||
}
|
||||
}
|
||||
|
||||
libusbip_package() {
|
||||
short_desc="An 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"
|
||||
depends="libusbip-${version}_${revision}"
|
||||
@ -139,7 +135,6 @@ libusbip-devel_package() {
|
||||
vmove usr/lib/libusbip.so
|
||||
}
|
||||
}
|
||||
|
||||
perf_package() {
|
||||
short_desc="Linux kernel performance auditing tool"
|
||||
pkg_install() {
|
||||
@ -151,7 +146,6 @@ perf_package() {
|
||||
vmove "usr/share/man/man1/perf*"
|
||||
}
|
||||
}
|
||||
|
||||
x86_energy_perf_policy_package() {
|
||||
short_desc="Read or write MSR_IA32_ENERGY_PERF_BIAS"
|
||||
pkg_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user