rpi-userland: update to 20170427.

This commit is contained in:
Enno Boland 2017-04-27 22:26:16 +02:00
parent 3cd79c1a9c
commit 50ddd3e617

View file

@ -1,9 +1,9 @@
# Template file for 'rpi-firmware' # Template file for 'rpi-firmware'
_githash="333cdee2ab1b236a5836c4dc419cfaf22c423ab9" _githash="e022e802aab29f9f8af0d29d46536534d289fee3"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-userland pkgname=rpi-userland
version=20160717 version=20170427
revision=1 revision=1
wrksrc="userland-${_githash}" wrksrc="userland-${_githash}"
build_style=cmake build_style=cmake
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD" license="3-clause-BSD"
homepage="https://github.com/raspberrypi/userland" homepage="https://github.com/raspberrypi/userland"
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz" distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
checksum=70936addc928a02884b683344ca197d3763df564867f1b860227e1f32ff3ca9a checksum=ae4fabb8b7bbde900fa5a03e075c0a7fb31e19ef38758baeeac88d915cc7f88a
LDFLAGS="-Wl,--no-as-needed" LDFLAGS="-Wl,--no-as-needed"
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl" only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"