rpi-userland: update to 20151128.
Re-enable broken_as_needed to fix regression with kodi. Closes #3065
This commit is contained in:
parent
ac53d741bd
commit
32f56cfb0e
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
_githash="8306b7c757f4b8e8d9148789eeb64c666d9244a5"
|
_githash="8d14732f45f2aa204fdec599c69a9bdab4583247"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-userland
|
pkgname=rpi-userland
|
||||||
version=20151120
|
version=20151128
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="userland-${_githash}"
|
wrksrc="userland-${_githash}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -13,8 +13,9 @@ 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=01d78ae4cde5fd3c92a009a6763a1746b2e479ea673c961f2f74697aec18ca79
|
checksum=f3738952ba63b3ad4ec391594cb7378b7e762903d16f1f1ec93f1ad4644bc8a3
|
||||||
|
|
||||||
|
broken_as_needed=yes
|
||||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
|
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
|
||||||
|
|
||||||
shlib_provides="
|
shlib_provides="
|
||||||
|
@ -35,9 +36,6 @@ shlib_provides="
|
||||||
libGLESv2.so
|
libGLESv2.so
|
||||||
libEGL.so"
|
libEGL.so"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i '/extern FILE \*stderr/d' host_applications/linux/apps/raspicam/RaspiVidYUV.c
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/lib/pkgconfig
|
vmkdir usr/lib/pkgconfig
|
||||||
vcopy ${FILESDIR}/*.pc usr/lib/pkgconfig
|
vcopy ${FILESDIR}/*.pc usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue