diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 953358cfcb..e84145db7f 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -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}