rpi-firmware: update to upstream git commit 9953ce0847.

This commit is contained in:
Juan RP 2014-03-25 16:48:20 +01:00
parent d13d08bd88
commit 19d17f0d50

View file

@ -1,8 +1,8 @@
# Template file for 'rpi-firmware'
_githash="089cfb0"
_githash="9953ce0847"
pkgname=rpi-firmware
version=20140317
version=20140325
revision=1
noarch=yes
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
@ -23,7 +23,6 @@ do_fetch() {
do_install() {
rm -f boot/kernel.img
rm -f boot/kernel_emergency.img
rm -f boot/COPYING.linux
vmkdir boot
@ -33,7 +32,7 @@ do_install() {
cp -R hardfp/opt/vc/{bin,include,lib,sbin,src,LICENCE} ${DESTDIR}/opt/vc
vmkdir etc/ld.so.conf.d
echo "/opt/vc/lib/" > ${DESTDIR}//etc/ld.so.conf.d/${pkgname}.conf
echo "/opt/vc/lib/" > ${DESTDIR}/etc/ld.so.conf.d/${pkgname}.conf
vmkdir usr/share/licenses/${pkgname}
mv ${DESTDIR}/boot/LICENCE.broadcom ${DESTDIR}/usr/share/licenses/${pkgname}