mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/linux-tools: fix
This commit is contained in:
parent
3b2bd01681
commit
7de1e81e0b
1 changed files with 4 additions and 0 deletions
|
@ -40,11 +40,13 @@ makedepends+=('ncurses')
|
|||
groups=("$pkgbase")
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
|
||||
#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.9.9.xz'
|
||||
'571299d099dcce0ff32c76e70e32e0ba01e55adc.diff::https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/tools/iio?id=571299d099dcce0ff32c76e70e32e0ba01e55adc'
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service')
|
||||
md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
|
||||
'6c0bdf6ebe33ca5b3ba4ea1a5668051b'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'34f5ecc19770a1abbcd0fd65bfd1f065'
|
||||
'86c4e419e4ba80835c330d49ba3f56ad'
|
||||
|
@ -62,6 +64,8 @@ prepare() {
|
|||
patch -p1 -N -i "$srcdir/${filename##*/}"
|
||||
fi
|
||||
done
|
||||
# revert breaking commit for IIO utils
|
||||
patch -p1 -Ri ../571299d099dcce0ff32c76e70e32e0ba01e55adc.diff
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue