community/linux-tools to 4.14-1

This commit is contained in:
Kevin Mihelich 2017-12-10 14:07:27 +00:00
parent f7e6795e44
commit 9347edbca9

View file

@ -20,10 +20,10 @@ pkgname=(
'gpio-utils'
'iio-utils'
)
pkgver=4.13
pkgver=4.14
pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64')
arch=('x86_64')
url='https://www.kernel.org'
options=('!strip' '!distcc')
makedepends=('git')
@ -45,8 +45,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
'cpupower.systemd'
'cpupower.service'
'usbipd.service')
md5sums=('ab1a2abc6f37b752dd2595338bec4e78'
'6c0bdf6ebe33ca5b3ba4ea1a5668051b'
md5sums=('bacdb9ffdcd922aa069a5e1520160e24'
'56883c159381ba89e50ab8ea65efec77'
'34f5ecc19770a1abbcd0fd65bfd1f065'
'86c4e419e4ba80835c330d49ba3f56ad'
@ -119,7 +118,7 @@ build() {
msg2 'hv'
pushd linux-$pkgver/tools/hv
make
CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
popd
msg2 'gpio'
@ -247,6 +246,7 @@ package_hyperv() {
for _p in hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon; do
install -Dm755 "$_p" "$pkgdir/usr/bin/$_p"
done
install -dm755 "$pkgdir/usr/lib/hyperv/kvp_scripts"
}
package_gpio-utils() {