alarm/raspberrypi-firmware to 20160703-1

This commit is contained in:
Kevin Mihelich 2016-07-03 18:36:17 +00:00
parent 90d962c4c4
commit 598abacf6f

View file

@ -6,7 +6,7 @@ pkgname=('raspberrypi-firmware'
'raspberrypi-firmware-bootloader-x'
'raspberrypi-firmware-tools'
'raspberrypi-firmware-examples')
pkgver=20160702
pkgver=20160703
pkgrel=1
_commit=1f8d685c22761b9a5ee3343b01e79d31e2ed0f6b
pkgdesc="Firmware files for Raspberry Pi"
@ -52,7 +52,8 @@ package_raspberrypi-firmware-tools() {
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
# ensure we can load libs
echo "/opt/vc/lib/" > "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf
echo "# Disabled by default due to ABI incompatibility with Mesa" > "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf
echo "#/opt/vc/lib/" >> "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf
}
package_raspberrypi-firmware-examples() {