rpi-firmware: update to upstream git commit c27ddfa; provide libEGL/GLES vpkgs.
This commit is contained in:
parent
fac4f35239
commit
223e0c8dfb
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
_githash="9babf5f"
|
||||
_githash="c27ddfa"
|
||||
|
||||
pkgname=rpi-firmware
|
||||
version=20140110
|
||||
version=20140129
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
||||
|
@ -11,6 +11,9 @@ license="Propietary - see /usr/share/licences/${pkgname}/"
|
|||
homepage="https://github.com/raspberrypi/firmware"
|
||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||
|
||||
provides="libEGL-1.0_1 libGLES-1.0_1"
|
||||
replaces="libEGL>=0 libGLES>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/raspberrypi/firmware.git"
|
||||
git clone --depth 1 $url ${pkgname}-${version}
|
||||
|
|
Loading…
Reference in New Issue