mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/linux-tools to 6.5-1
This commit is contained in:
parent
bc80b9998b
commit
971bcc455e
1 changed files with 7 additions and 4 deletions
|
@ -21,12 +21,12 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=6.3
|
||||
pkgrel=5
|
||||
pkgver=6.5
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
url='https://www.kernel.org'
|
||||
options=('!strip' '!distcc' '!makeflags')
|
||||
options=('!strip' '!lto' '!distcc' '!makeflags')
|
||||
makedepends=('git')
|
||||
# split packages need all package dependencies set manually in makedepends
|
||||
# kernel source deps
|
||||
|
@ -48,7 +48,7 @@ makedepends+=('libcap')
|
|||
makedepends+=('llvm' 'clang')
|
||||
groups=("$pkgbase")
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
|
||||
# "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-$pkgver.1.xz"
|
||||
"https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-$pkgver.5.xz"
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
|
@ -59,6 +59,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
|
|||
'fix-perf-tests.patch'
|
||||
)
|
||||
sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
|
||||
'22ad68c6c5f194f879fded9c44a205e394438fd505439e5f23e13e22ae1b7fe0'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
|
||||
'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
|
||||
|
@ -97,6 +98,7 @@ build() {
|
|||
perfexecdir=lib/perf \
|
||||
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
||||
NO_SDT=1 \
|
||||
BUILD_BPF_SKEL=1 \
|
||||
WERROR=0 \
|
||||
PYTHON=python \
|
||||
PYTHON_CONFIG=python-config \
|
||||
|
@ -188,6 +190,7 @@ package_perf() {
|
|||
perfexecdir=lib/perf \
|
||||
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
||||
NO_SDT=1 \
|
||||
BUILD_BPF_SKEL=1 \
|
||||
WERROR=0 \
|
||||
PYTHON=python \
|
||||
PYTHON_CONFIG=python-config \
|
||||
|
|
Loading…
Reference in a new issue