rpi-firmware: update to today's sources.

This commit is contained in:
Juan RP 2013-05-14 16:06:02 +02:00
parent 827d37991b
commit 840980da44

View file

@ -1,6 +1,6 @@
# Template file for 'rpi-firmware'
pkgname=rpi-firmware
version=20130401
version=20130514
revision=1
short_desc="Firmware files for the Raspberry Pi"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -13,7 +13,7 @@ noextract=yes
do_fetch() {
local url="git://github.com/raspberrypi/firmware.git"
# Latest commit from 20130401 is 5b72baa0a2
# Latest commit from 20130514 is f53948f
git clone --depth 1 $url ${pkgname}-${version}
}
@ -43,8 +43,6 @@ rpi-firmware_package() {
conf_files="/boot/cmdline.txt /boot/config.txt"
noarch="yes"
pkg_install() {
vmove boot
vmove opt
vmove usr
vmove all
}
}