mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
linux-firmware: bump (new radeon ucode among others).
This commit is contained in:
parent
f373cbc46e
commit
3484cf4456
1 changed files with 1 additions and 7 deletions
|
@ -1,16 +1,12 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20140817
|
version=20140828
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/"
|
homepage="http://www.kernel.org/"
|
||||||
license="See /usr/share/licenses/${pkgname}"
|
license="See /usr/share/licenses/${pkgname}"
|
||||||
replaces="kernel-firmware>=0 radeon-firmware>=0 iwl1000-firmware>=0
|
|
||||||
iwl3945-firmware>=0 iwl4965-firmware>=0 iwl5000-firmware>=0
|
|
||||||
iwl5150-firmware>=0 iwl6000-firmware>=0 rt73usb-firmware>=0
|
|
||||||
rt2800usb>=0 rt61-firmware>=0 ar9170-firmware>=0 amd-ucode>=0"
|
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||||
|
|
||||||
|
@ -18,7 +14,6 @@ do_fetch() {
|
||||||
url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/firmware
|
vmkdir usr/lib/firmware
|
||||||
vmkdir usr/share/licenses/${pkgname}
|
vmkdir usr/share/licenses/${pkgname}
|
||||||
|
@ -39,7 +34,6 @@ linux-firmware-amd_package() {
|
||||||
vmove usr/share/licenses/linux-firmware/LICENSE.radeon
|
vmove usr/share/licenses/linux-firmware/LICENSE.radeon
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
linux-firmware-network_package() {
|
linux-firmware-network_package() {
|
||||||
short_desc+=" - network"
|
short_desc+=" - network"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue