summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-11 01:53:52 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-11 01:53:52 -0200
commit4d39e280a8c137e406fad79a9491583bcca9e48c (patch)
treec2a7f47b8c46ff7752ec21130bdf5945593c99ca
parent2f45476d895945b81c539e40ebf38d164a242894 (diff)
linux-libre-tools-3.18_gnu-1: updating version
-rw-r--r--libre/linux-libre-tools/01-fix-perf-python.patch12
-rw-r--r--libre/linux-libre-tools/PKGBUILD9
2 files changed, 3 insertions, 18 deletions
diff --git a/libre/linux-libre-tools/01-fix-perf-python.patch b/libre/linux-libre-tools/01-fix-perf-python.patch
deleted file mode 100644
index d46bd773c..000000000
--- a/libre/linux-libre-tools/01-fix-perf-python.patch
+++ /dev/null
@@ -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)'
-
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index c110c6b47..178a6af2d 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -17,8 +17,8 @@ _pkgname=(
)
pkgname=("${pkgbase}-meta" "${_pkgname[@]/#/${pkgbase}-}")
-_pkgbasever=3.17-gnu
-_pkgver=3.17-gnu
+_pkgbasever=3.18-gnu
+_pkgver=3.18-gnu
_srcname=linux-${_pkgbasever%-*}
_archpkgver=${_pkgver%-*}
@@ -46,16 +46,14 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li
'cpupower.systemd'
'cpupower.service'
'usbipd.service'
- '01-fix-perf-python.patch'
'02-parabola-paths.patch'
'03-fix-tmon-ltinfo.patch'
'04-fix-usip-h-path.patch')
-sha256sums=('3b2e9a862ada390a318f95d5a436d07dd32664434f4f383e27fd5cc0b4f41f0e'
+sha256sums=('0f347d8eba8a6878246b94b3559eb0371d96a3f43de2f134513e274de11a60cf'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
- 'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a'
'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570'
'7547815bb761d49d198b85f95011535713c2ed4a004f249a9cf6ba985af8c4ed'
'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
@@ -68,7 +66,6 @@ prepare() {
patch -p1 -i "${srcdir}/patch-${_pkgbasever}-${_pkgver}"
fi
- patch -N -p1 -i "$srcdir/01-fix-perf-python.patch"
patch -N -p1 -i "$srcdir/02-parabola-paths.patch"
patch -N -p1 -i "$srcdir/03-fix-tmon-ltinfo.patch"
patch -N -p1 -i "$srcdir/04-fix-usip-h-path.patch"