mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
rpi-firmware: update to upstream git commit 9953ce0847.
This commit is contained in:
parent
d13d08bd88
commit
19d17f0d50
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
_githash="089cfb0"
|
_githash="9953ce0847"
|
||||||
|
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20140317
|
version=20140325
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
||||||
|
@ -23,7 +23,6 @@ do_fetch() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
rm -f boot/kernel.img
|
rm -f boot/kernel.img
|
||||||
rm -f boot/kernel_emergency.img
|
|
||||||
rm -f boot/COPYING.linux
|
rm -f boot/COPYING.linux
|
||||||
|
|
||||||
vmkdir boot
|
vmkdir boot
|
||||||
|
@ -33,7 +32,7 @@ do_install() {
|
||||||
cp -R hardfp/opt/vc/{bin,include,lib,sbin,src,LICENCE} ${DESTDIR}/opt/vc
|
cp -R hardfp/opt/vc/{bin,include,lib,sbin,src,LICENCE} ${DESTDIR}/opt/vc
|
||||||
|
|
||||||
vmkdir etc/ld.so.conf.d
|
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}
|
vmkdir usr/share/licenses/${pkgname}
|
||||||
mv ${DESTDIR}/boot/LICENCE.broadcom ${DESTDIR}/usr/share/licenses/${pkgname}
|
mv ${DESTDIR}/boot/LICENCE.broadcom ${DESTDIR}/usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue