mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/raspberrypi-firmware to 20160703-1
This commit is contained in:
parent
90d962c4c4
commit
598abacf6f
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ pkgname=('raspberrypi-firmware'
|
||||||
'raspberrypi-firmware-bootloader-x'
|
'raspberrypi-firmware-bootloader-x'
|
||||||
'raspberrypi-firmware-tools'
|
'raspberrypi-firmware-tools'
|
||||||
'raspberrypi-firmware-examples')
|
'raspberrypi-firmware-examples')
|
||||||
pkgver=20160702
|
pkgver=20160703
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_commit=1f8d685c22761b9a5ee3343b01e79d31e2ed0f6b
|
_commit=1f8d685c22761b9a5ee3343b01e79d31e2ed0f6b
|
||||||
pkgdesc="Firmware files for Raspberry Pi"
|
pkgdesc="Firmware files for Raspberry Pi"
|
||||||
|
@ -52,7 +52,8 @@ package_raspberrypi-firmware-tools() {
|
||||||
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
||||||
|
|
||||||
# ensure we can load libs
|
# 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() {
|
package_raspberrypi-firmware-examples() {
|
||||||
|
|
Loading…
Reference in a new issue