alarm/raspberrypi-firmware to 20201210-3

This commit is contained in:
graysky 2020-12-11 15:18:30 -05:00
parent 6fbeb8cc8b
commit bb1bf03531

View file

@ -6,7 +6,7 @@ buildarch=28
pkgname=raspberrypi-firmware
pkgver=20201210
pkgrel=2
pkgrel=3
# userland commit for all
_commit=093b30bbc2fd083d68cc3ee07e6e555c6e592d11
# firmware commit for cherrypick bins
@ -54,6 +54,9 @@ package() {
install -m644 ../LICENCE "${pkgdir}"/opt/vc/LICENCE
rm -rf "${pkgdir}"/opt/vc/src
# Remove executable flag on shared objects
find "${pkgdir}" -type f -name '*.so' -print0 | xargs -0 chmod -x
# Create lib links
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
install -m644 ../00-raspberrypi-firmware.conf "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf