linux-lts: unlock all archs.
This commit is contained in:
parent
c4c93720c6
commit
b6f92f035a
1 changed files with 6 additions and 3 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux-lts
|
pkgname=linux-lts
|
||||||
version=4.4
|
version=4.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
depends="linux${version} linux-firmware-amd linux-firmware-network dracut"
|
||||||
_depends_headers="linux${version}-headers"
|
_depends_headers="linux${version}-headers"
|
||||||
;;
|
;;
|
||||||
|
arm*|aarch64*)
|
||||||
|
depends="linux${version}"
|
||||||
|
_depends_headers="linux${version}-headers"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
linux-lts-headers_package() {
|
linux-lts-headers_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue