mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/linux-tools to 3.18-1
This commit is contained in:
parent
18212e2ea8
commit
c418e93237
2 changed files with 2 additions and 17 deletions
|
@ -1,12 +0,0 @@
|
|||
--- a/tools/perf/config/feature-checks/Makefile 2014-01-21 01:58:25.444339009 +0100
|
||||
+++ b/tools/perf/config/feature-checks/Makefile 2014-01-21 01:46:58.081780576 +0100
|
||||
@@ -103,9 +103,6 @@
|
||||
test-libperl:
|
||||
$(BUILD) $(FLAGS_PERL_EMBED)
|
||||
|
||||
-override PYTHON := python
|
||||
-override PYTHON_CONFIG := python-config
|
||||
-
|
||||
escape-for-shell-sq = $(subst ','\'',$(1))
|
||||
shell-sq = '$(escape-for-shell-sq)'
|
||||
|
|
@ -16,7 +16,7 @@ pkgname=(
|
|||
'tmon'
|
||||
'usbip'
|
||||
)
|
||||
pkgver=3.17
|
||||
pkgver=3.18
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -40,18 +40,16 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
|
|||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service'
|
||||
'01-fix-perf-python.patch'
|
||||
'02-archlinux-paths.patch'
|
||||
'03-fix-tmon-ltinfo.patch'
|
||||
'04-fix-usip-h-path.patch')
|
||||
# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
|
||||
sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
|
||||
sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
|
||||
'6d54f1dcd4d9441644a7ef4445f6633158e666fddaa6f06bb6656ab2ff4509d4'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
|
||||
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
|
||||
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
|
||||
'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a'
|
||||
'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570'
|
||||
'7547815bb761d49d198b85f95011535713c2ed4a004f249a9cf6ba985af8c4ed'
|
||||
'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
|
||||
|
@ -59,7 +57,6 @@ sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
|
|||
prepare() {
|
||||
cd linux-$pkgver
|
||||
#patch -N -p1 -i "$srcdir/patch-$pkgver.7"
|
||||
patch -N -p1 -i "$srcdir/01-fix-perf-python.patch"
|
||||
patch -N -p1 -i "$srcdir/02-archlinux-paths.patch"
|
||||
patch -N -p1 -i "$srcdir/03-fix-tmon-ltinfo.patch"
|
||||
patch -N -p1 -i "$srcdir/04-fix-usip-h-path.patch"
|
||||
|
|
Loading…
Reference in a new issue