mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/linux-tools to 5.7-1
This commit is contained in:
parent
9473218e81
commit
7d0d507f4b
1 changed files with 3 additions and 4 deletions
|
@ -21,7 +21,7 @@ pkgname=(
|
|||
'gpio-utils'
|
||||
'iio-utils'
|
||||
)
|
||||
pkgver=5.6
|
||||
pkgver=5.7
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
|
@ -43,7 +43,7 @@ makedepends+=('ncurses')
|
|||
makedepends+=('python-docutils')
|
||||
groups=("$pkgbase")
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
||||
"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz"
|
||||
# "https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz"
|
||||
'0001-perf-fix-debug-printf-for-32-bit.patch'
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
|
@ -53,7 +53,6 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
|||
'hv_kvp_daemon.service'
|
||||
'hv_vss_daemon.service')
|
||||
sha256sums=('a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330'
|
||||
'75adbc3fae5ddd49e9292e9d0816f230c8bff3efd35dd2c06c3c9330c480d4ef'
|
||||
'8dce2b1e5dec90473677adf289c50745daaa059b9f61487d0bc857b16fdef5ae'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'd2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
|
||||
|
@ -105,7 +104,7 @@ build() {
|
|||
echo ':: usbip'
|
||||
pushd linux-$pkgver/tools/usb/usbip
|
||||
# Fix gcc compilation
|
||||
sed -i 's,-Wall -Werror -Wextra,,' configure.ac
|
||||
sed -i 's,-Wall -Werror -Wextra,-fcommon,' configure.ac
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr --sbindir=/usr/bin
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue