linux-firmware: update to 20150511.
This commit is contained in:
parent
c45a77e77c
commit
cc73d5045f
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20150413
|
||||
revision=3
|
||||
version=20150511
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -11,8 +11,11 @@ hostmakedepends="git"
|
|||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||
|
||||
do_fetch() {
|
||||
url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
local _githash="8e181320b11de5010"
|
||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${_url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
git checkout ${_githash}
|
||||
}
|
||||
do_install() {
|
||||
vmkdir usr/lib/firmware
|
||||
|
|
Loading…
Reference in a new issue