rpi-userland: update to 20180103

This commit is contained in:
Jürgen Buchmüller 2018-01-14 12:18:57 +01:00
parent f55cc25848
commit 367c155978

View file

@ -1,9 +1,9 @@
# Template file for 'rpi-firmware' # Template file for 'rpi-firmware'
_githash="e022e802aab29f9f8af0d29d46536534d289fee3" _githash="c9d823d0c3e54d94cd65990350eb1ae3be7e9915"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-userland pkgname=rpi-userland
version=20170427 version=20180103
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=ae4fabb8b7bbde900fa5a03e075c0a7fb31e19ef38758baeeac88d915cc7f88a checksum=d65d03d1fcb9a05816c5a894f345d3de703a2aa2f6948291f13908512f64754c
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"