rpi-firmware: update to upstream git commit 02eed2f817; move hello_pi to -src.

This commit is contained in:
Juan RP 2014-06-01 12:44:14 +02:00
parent 9156bb66d5
commit 37895699f1
2 changed files with 11 additions and 2 deletions

1
srcpkgs/rpi-firmware-src Symbolic link
View file

@ -0,0 +1 @@
rpi-firmware

View file

@ -1,8 +1,8 @@
# Template file for 'rpi-firmware'
_githash="97082b6e95"
_githash="02eed2f817"
pkgname=rpi-firmware
version=20140519
version=20140601
revision=1
noarch=yes
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
@ -42,3 +42,11 @@ do_install() {
vinstall ${FILESDIR}/cmdline.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
}
}