rpi-firmware: update to latest upstream commit (5b72baa0a2).
This commit is contained in:
parent
ad6e42beee
commit
ef6028c89b
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
pkgname=rpi-firmware
|
||||
version=20130228
|
||||
version=20130401
|
||||
revision=1
|
||||
short_desc="Firmware files for the Raspberry Pi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -15,12 +15,8 @@ conf_files="/boot/cmdline.txt /boot/config.txt"
|
|||
|
||||
do_fetch() {
|
||||
local url="git://github.com/raspberrypi/firmware.git"
|
||||
|
||||
# Latest commit from 20130401 is 5b72baa0a2
|
||||
git clone --depth 1 $url ${pkgname}-${version}
|
||||
|
||||
# Latest commit from 20130226
|
||||
cd ${pkgname}-${version}
|
||||
git checkout fea69f6e9e7c59fb292a026ff6aead6b17f21738
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue