rpi-firmware: update to latest upstream commit (5b72baa0a2).

This commit is contained in:
Juan RP 2013-04-01 16:55:07 +02:00
parent ad6e42beee
commit ef6028c89b
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rpi-firmware' # Template file for 'rpi-firmware'
pkgname=rpi-firmware pkgname=rpi-firmware
version=20130228 version=20130401
revision=1 revision=1
short_desc="Firmware files for the Raspberry Pi" short_desc="Firmware files for the Raspberry Pi"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -15,12 +15,8 @@ conf_files="/boot/cmdline.txt /boot/config.txt"
do_fetch() { do_fetch() {
local url="git://github.com/raspberrypi/firmware.git" local url="git://github.com/raspberrypi/firmware.git"
# Latest commit from 20130401 is 5b72baa0a2
git clone --depth 1 $url ${pkgname}-${version} git clone --depth 1 $url ${pkgname}-${version}
# Latest commit from 20130226
cd ${pkgname}-${version}
git checkout fea69f6e9e7c59fb292a026ff6aead6b17f21738
} }
do_install() { do_install() {