rpi-firmware: use a tarball instead.
This commit is contained in:
parent
37895699f1
commit
4465a4f1f4
|
@ -1,26 +1,23 @@
|
||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
_githash="02eed2f817"
|
_githash="02eed2f817b42590180270dd0059a9e97cf2ced3"
|
||||||
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20140601
|
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 ${_gitshort})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary - see /usr/share/licences/${pkgname}/"
|
license="Propietary - see /usr/share/licences/${pkgname}/"
|
||||||
homepage="https://github.com/raspberrypi/firmware"
|
homepage="https://github.com/raspberrypi/firmware"
|
||||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz"
|
||||||
|
checksum=687384b40093766c5da1b8a3fda09f610a90be9f433dd62b1bd3e21d82c860e6
|
||||||
|
wrksrc="firmware-${_githash}"
|
||||||
|
|
||||||
|
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||||
provides="libEGL-1.0_1 libGLES-1.0_1"
|
provides="libEGL-1.0_1 libGLES-1.0_1"
|
||||||
replaces="libEGL>=0 libGLES>=0"
|
replaces="libEGL>=0 libGLES>=0"
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local url="git://github.com/raspberrypi/firmware.git"
|
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
|
||||||
cd ${pkgname}-${version}
|
|
||||||
git checkout ${_githash}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
rm -f boot/kernel.img
|
rm -f boot/kernel.img
|
||||||
rm -f boot/COPYING.linux
|
rm -f boot/COPYING.linux
|
||||||
|
|
Loading…
Reference in New Issue