Skip to content
Snippets Groups Projects
Commit ff056497 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

main/linux-headers: change arch to all

The installed headers vary depending on the arch so it isn't an arch
independant package.
parent 572f60f3
No related branches found
No related tags found
1 merge request!73404main/linux-headers: change arch to all
Pipeline #265533 skipped
......@@ -5,13 +5,13 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=$pkgver;;
esac
pkgrel=0
pkgrel=1
pkgdesc="Linux system headers"
url="https://kernel.org/"
arch="noarch"
arch="all" # Headers are architecture specific
license="GPL-2.0-only"
makedepends="perl"
options="!check !dbg !strip !tracedeps"
options="!check !dbg !strip !tracedeps !archcheck"
source="https://kernel.org/pub/linux/kernel/v6.x/linux-$_kernver.tar.xz
revert-broken-uapi.patch
0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment