mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
linux-firmware: move cypress firmware to linux-firmware-broadcom.
Many people, including those using our linux package, will only have linux-firmware-network installed, not linux-firmware; therefore, many symlinks from the linux-firmware-broadcom package (pulled in by linux-firmware-network) would be broken, because the cypress files were in linux-firmware. Reported by Stas over email.
This commit is contained in:
parent
e81e121126
commit
b3b42d6317
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20210315
|
version=20210315
|
||||||
revision=1
|
revision=2
|
||||||
depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
|
depends="${pkgname}-amd>=${version}_${revision} ${pkgname}-network>=${version}_${revision}"
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
|
@ -45,6 +45,9 @@ linux-firmware-broadcom_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/firmware/brcm
|
vmove usr/lib/firmware/brcm
|
||||||
vmove usr/share/licenses/linux-firmware/LICENCE.broadcom_bcm43xx
|
vmove usr/share/licenses/linux-firmware/LICENCE.broadcom_bcm43xx
|
||||||
|
# firmware/brcm contains multiple symlinks to ../cypress/
|
||||||
|
vmove usr/lib/firmware/cypress
|
||||||
|
vmove usr/share/licenses/linux-firmware/LICENCE.cypress
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue