From 47c3544826c8c1c34717bd72c834d337783dab0c Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 17 Apr 2018 00:26:49 +0200 Subject: [PATCH] linux-tools: update to 4.16.2. Closes #13537. Signed-off-by: Enno Boland --- srcpkgs/linux-tools/patches/i686.patch | 10 ---------- srcpkgs/linux-tools/template | 16 ++++++++-------- 2 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/linux-tools/patches/i686.patch diff --git a/srcpkgs/linux-tools/patches/i686.patch b/srcpkgs/linux-tools/patches/i686.patch deleted file mode 100644 index f4db6d3571..0000000000 --- a/srcpkgs/linux-tools/patches/i686.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/perf/arch/x86/util/unwind-libunwind.c.orig -+++ tools/perf/arch/x86/util/unwind-libunwind.c -@@ -1,6 +1,6 @@ - --#ifndef REMOTE_UNWIND_LIBUNWIND - #include -+#ifndef REMOTE_UNWIND_LIBUNWIND - #include - #include "perf_regs.h" - #include "../../util/unwind.h" diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index 9036843140..74f2589d0d 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -1,20 +1,20 @@ # Template file for 'linux-tools' pkgname=linux-tools -version=4.14.5 +version=4.16.2 revision=1 build_style=meta wrksrc="linux-${version}" short_desc="Linux kernel tools meta-pkg" -hostmakedepends="flex perl asciidoc xmlto python automake libtool" -makedepends="pciutils-devel python-devel libglib-devel libsysfs-devel - elfutils-devel libunwind-devel binutils-devel zlib-devel slang-devel - eudev-libudev-devel liblzma-devel libressl-devel ncurses-devel" +hostmakedepends="asciidoc automake flex libtool perl python xmlto" +makedepends="babeltrace-devel binutils-devel eudev-libudev-devel + liblzma-devel libressl-devel libsysfs-devel libunwind-devel + ncurses-devel pciutils-devel python-devel slang-devel" depends="cpupower-${version}_${revision} perf-${version}_${revision} usbip-${version}_${revision}" maintainer="Juan RP " license="GPL-2" homepage="https://www.kernel.org" distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz" -checksum=d589a3bc033499d53d4ff2caae83ee6fd2b9c794c8c7632ae42b656d202975da +checksum=470b1fe3b8ee5d1e8e0be5c4e5928b6d5bc00e9ab6c4cff18ff680d3ef20f894 subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf freefall tmon" @@ -38,7 +38,7 @@ do_build() { cd ${wrksrc}/tools/perf make ${makejobs} CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \ - NO_GTK2=1 \ + NO_GTK2=1 NO_SDT=1 \ PERF_VERSION=${version}_${revision} \ all man @@ -84,7 +84,7 @@ do_install() { cd ${wrksrc}/tools/perf make CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \ - NO_GTK2=1 \ + NO_GTK2=1 NO_SDT=1 \ PERF_VERSION=${version}_${revision} \ install install-man # move completion in new directory