rpi-userland: update to 20160418.

This commit is contained in:
Juan RP 2016-04-18 10:05:50 +02:00
parent 4475e87e57
commit e7a69ef817

View file

@ -1,9 +1,9 @@
# Template file for 'rpi-firmware' # Template file for 'rpi-firmware'
_githash="e0fc99d48fc7a1019e2c5f80f994108b3fe94ba5" _githash="6732ebd37033a9f533be653665b8b1696cab1f1f"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-userland pkgname=rpi-userland
version=20160407 version=20160418
revision=1 revision=1
wrksrc="userland-${_githash}" wrksrc="userland-${_githash}"
build_style=cmake build_style=cmake
@ -14,7 +14,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=291f18d84d9baa92300644876af0c33df9cacdc315265b5c02149546e53c8836 checksum=f8df89e9f16cbc621d3ad9e1c7a0e7c110199393ab64f5305d18e5836e7fb1c1
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"