mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:37:13 +08:00
linux-lts: we can't add provides kernel26(-headers), else it conflicts with linux
This commit is contained in:
parent
8b6015c0cf
commit
18a95f950d
@ -82,7 +82,7 @@ package_linux-lts() {
|
|||||||
'gspcav1' 'atl2' 'wlan-ng26' 'rt2500'
|
'gspcav1' 'atl2' 'wlan-ng26' 'rt2500'
|
||||||
'aufs2' 'nouveau-drm-lts' 'kernel26-lts')
|
'aufs2' 'nouveau-drm-lts' 'kernel26-lts')
|
||||||
provides=('aufs2' 'nouveau-drm-lts' "kernel26-lts=${pkgver}"
|
provides=('aufs2' 'nouveau-drm-lts' "kernel26-lts=${pkgver}"
|
||||||
"linux=${pkgver}" "kernel26=${pkgver}")
|
"linux=${pkgver}")
|
||||||
conflicts=('kernel26-lts')
|
conflicts=('kernel26-lts')
|
||||||
install=linux-lts.install
|
install=linux-lts.install
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
@ -126,8 +126,7 @@ package_linux-lts() {
|
|||||||
|
|
||||||
package_linux-lts-headers() {
|
package_linux-lts-headers() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux-lts"
|
pkgdesc="Header files and scripts for building modules for linux-lts"
|
||||||
provides=("kernel26-lts-headers=${pkgver}" "kernel26-headers=${pkgver}"
|
provides=("kernel26-lts-headers=${pkgver}" "linux-headers=${pkgver}")
|
||||||
"linux-headers=${pkgver}")
|
|
||||||
replaces=("kernel26-lts-headers")
|
replaces=("kernel26-lts-headers")
|
||||||
conflicts=("kernel26-lts-headers")
|
conflicts=("kernel26-lts-headers")
|
||||||
cd ${srcdir}/linux-${_basekernel}/
|
cd ${srcdir}/linux-${_basekernel}/
|
||||||
|
Loading…
Reference in New Issue
Block a user