rpi-firmware: update to upstream git commit 02eed2f817; move hello_pi to -src.
This commit is contained in:
parent
9156bb66d5
commit
37895699f1
1
srcpkgs/rpi-firmware-src
Symbolic link
1
srcpkgs/rpi-firmware-src
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
rpi-firmware
|
@ -1,8 +1,8 @@
|
|||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
_githash="97082b6e95"
|
_githash="02eed2f817"
|
||||||
|
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20140519
|
version=20140601
|
||||||
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})"
|
||||||
@ -42,3 +42,11 @@ do_install() {
|
|||||||
vinstall ${FILESDIR}/cmdline.txt 644 boot
|
vinstall ${FILESDIR}/cmdline.txt 644 boot
|
||||||
vinstall ${FILESDIR}/config.txt 644 boot
|
vinstall ${FILESDIR}/config.txt 644 boot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rpi-firmware-src_package() {
|
||||||
|
noarch=yes
|
||||||
|
short_desc+=" - example sources"
|
||||||
|
pkg_install() {
|
||||||
|
vmove opt/vc/src
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user