community/linux-tools to 4.18-1

This commit is contained in:
Kevin Mihelich 2018-08-14 23:37:38 +00:00
parent eaca168774
commit 554816e511

View file

@ -20,7 +20,7 @@ pkgname=(
'gpio-utils' 'gpio-utils'
'iio-utils' 'iio-utils'
) )
pkgver=4.16 pkgver=4.18
pkgrel=1 pkgrel=1
license=('GPL2') license=('GPL2')
arch=('x86_64') arch=('x86_64')
@ -45,7 +45,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
'cpupower.systemd' 'cpupower.systemd'
'cpupower.service' 'cpupower.service'
'usbipd.service') 'usbipd.service')
md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18' md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
'56883c159381ba89e50ab8ea65efec77' '56883c159381ba89e50ab8ea65efec77'
'34f5ecc19770a1abbcd0fd65bfd1f065' '34f5ecc19770a1abbcd0fd65bfd1f065'
'86c4e419e4ba80835c330d49ba3f56ad' '86c4e419e4ba80835c330d49ba3f56ad'
@ -54,10 +54,6 @@ md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
prepare() { prepare() {
cd linux-$pkgver cd linux-$pkgver
# Fix "unwind-libunwind.c:109:11: error: EINVAL undeclared" on i686
# Not sure why this wasn't an issue until now...
sed -i '1i #include <errno.h>' tools/perf/arch/x86/util/unwind-libunwind.c
# apply patch from the source array (should be a pacman feature) # apply patch from the source array (should be a pacman feature)
local filename local filename
for filename in "${source[@]}"; do for filename in "${source[@]}"; do