rpi-userland: update to 20190114.

This commit is contained in:
Helmut Pozimski 2019-01-30 22:54:11 +01:00
parent d85a7c14ec
commit 3351a99472

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-firmware' # Template file for 'rpi-userland'
_githash="c9d823d0c3e54d94cd65990350eb1ae3be7e9915" _githash="e5803f2c986cbf8c919c60278b3231dcdf4271a6"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-userland pkgname=rpi-userland
version=20180103 version=20190114
revision=3 revision=1
wrksrc="userland-${_githash}" wrksrc="userland-${_githash}"
build_style=cmake build_style=cmake
configure_args="-DCMAKE_INSTALL_RPATH=/opt/vc/lib" configure_args="-DCMAKE_INSTALL_RPATH=/opt/vc/lib"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
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=d65d03d1fcb9a05816c5a894f345d3de703a2aa2f6948291f13908512f64754c checksum=9424ffa45ef888fb61483c63fd66532c1c648e071fea72c93762efbb3c2a8669
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"