From 223e0c8dfbbe4a1e2eee29b0213906e4f7b70eb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Jan 2014 15:45:59 +0100 Subject: [PATCH] rpi-firmware: update to upstream git commit c27ddfa; provide libEGL/GLES vpkgs. --- srcpkgs/rpi-firmware/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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}