linux-tools: update to 4.16.2.
Closes #13537. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
acbfbf0c37
commit
47c3544826
2 changed files with 8 additions and 18 deletions
|
@ -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 <errno.h>
|
|
||||||
+#ifndef REMOTE_UNWIND_LIBUNWIND
|
|
||||||
#include <libunwind.h>
|
|
||||||
#include "perf_regs.h"
|
|
||||||
#include "../../util/unwind.h"
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'linux-tools'
|
# Template file for 'linux-tools'
|
||||||
pkgname=linux-tools
|
pkgname=linux-tools
|
||||||
version=4.14.5
|
version=4.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
short_desc="Linux kernel tools meta-pkg"
|
short_desc="Linux kernel tools meta-pkg"
|
||||||
hostmakedepends="flex perl asciidoc xmlto python automake libtool"
|
hostmakedepends="asciidoc automake flex libtool perl python xmlto"
|
||||||
makedepends="pciutils-devel python-devel libglib-devel libsysfs-devel
|
makedepends="babeltrace-devel binutils-devel eudev-libudev-devel
|
||||||
elfutils-devel libunwind-devel binutils-devel zlib-devel slang-devel
|
liblzma-devel libressl-devel libsysfs-devel libunwind-devel
|
||||||
eudev-libudev-devel liblzma-devel libressl-devel ncurses-devel"
|
ncurses-devel pciutils-devel python-devel slang-devel"
|
||||||
depends="cpupower-${version}_${revision} perf-${version}_${revision} usbip-${version}_${revision}"
|
depends="cpupower-${version}_${revision} perf-${version}_${revision} usbip-${version}_${revision}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.kernel.org"
|
homepage="https://www.kernel.org"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
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"
|
subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf freefall tmon"
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ do_build() {
|
||||||
cd ${wrksrc}/tools/perf
|
cd ${wrksrc}/tools/perf
|
||||||
make ${makejobs} CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make ${makejobs} CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \
|
WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \
|
||||||
NO_GTK2=1 \
|
NO_GTK2=1 NO_SDT=1 \
|
||||||
PERF_VERSION=${version}_${revision} \
|
PERF_VERSION=${version}_${revision} \
|
||||||
all man
|
all man
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ do_install() {
|
||||||
cd ${wrksrc}/tools/perf
|
cd ${wrksrc}/tools/perf
|
||||||
make CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \
|
WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf \
|
||||||
NO_GTK2=1 \
|
NO_GTK2=1 NO_SDT=1 \
|
||||||
PERF_VERSION=${version}_${revision} \
|
PERF_VERSION=${version}_${revision} \
|
||||||
install install-man
|
install install-man
|
||||||
# move completion in new directory
|
# move completion in new directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue