mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/linux-tools to 4.12-1
This commit is contained in:
parent
2034de17e3
commit
d4badaa885
1 changed files with 5 additions and 13 deletions
|
@ -19,8 +19,8 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=4.11
|
||||
pkgrel=2
|
||||
pkgver=4.12
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.kernel.org'
|
||||
|
@ -39,17 +39,14 @@ makedepends+=('glib2' 'sysfsutils' 'udev')
|
|||
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'
|
||||
'cfd6ed4537a9e938fa76facecd4b9cd65b6d1563.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=cfd6ed4537a9e938fa76facecd4b9cd65b6d1563'
|
||||
'e5dfa3f902b9a642ae8c6997d57d7c41e384a90b.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/patch/?id=e5dfa3f902b9a642ae8c6997d57d7c41e384a90b'
|
||||
'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.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'
|
||||
'ddc965c52d8a0f0fd5d8297f656116dd'
|
||||
'38b4aec66e1b0eb679b3349821fb5449'
|
||||
md5sums=('fc454157e2d024d401a60905d6481c6b'
|
||||
'df72b6950492a79610d443d8992b3293'
|
||||
'6c0bdf6ebe33ca5b3ba4ea1a5668051b'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'34f5ecc19770a1abbcd0fd65bfd1f065'
|
||||
|
@ -59,11 +56,6 @@ md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
|
|||
prepare() {
|
||||
cd linux-$pkgver
|
||||
|
||||
# usbip: Fix implicit fallthrough warning
|
||||
patch -p1 -i ../cfd6ed4537a9e938fa76facecd4b9cd65b6d1563.patch
|
||||
# usbip: Fix potential format overflow in userspace tools
|
||||
patch -p1 -i ../e5dfa3f902b9a642ae8c6997d57d7c41e384a90b.patch
|
||||
|
||||
# apply stable kernel patch
|
||||
#patch -p1 -N -i "$srcdir"/patch-4.7.5
|
||||
|
||||
|
|
Loading…
Reference in a new issue