rpi-userland: update to 20191218
The conflict between rpi-userland pkgconfig files egl.pc and glesv2.pc
and the MesaLib provided files was solved upstream: they simply removed
the files from the installation.
5070cb7fc1
Closes: #18299
This commit is contained in:
parent
d224b06d8e
commit
eff4b83d99
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'rpi-userland'
|
||||
_githash="517cdc30da167d81a485e7a994e02cec2390a269"
|
||||
_githash="06bc6daa02137ca72b7a2104afad81e82a44de17"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-userland
|
||||
version=20190501
|
||||
revision=2
|
||||
version=20191218
|
||||
revision=1
|
||||
wrksrc="userland-${_githash}"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/raspberrypi/userland"
|
||||
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
|
||||
checksum=f75b0e4f992313c6248c6e4e2229d59a49dd4153d67f23a05953dfc059b06e7f
|
||||
checksum=cf4dff40a2f4ec38bc7e42a80b989df1bf88e12d714f7e681f83c4e5a588f5c9
|
||||
|
||||
LDFLAGS="-Wl,--no-as-needed"
|
||||
archs="armv6l* armv7l* aarch64*"
|
||||
|
@ -53,8 +53,6 @@ pre_configure() {
|
|||
}
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
vmkdir usr/lib/pkgconfig
|
||||
mv ${DESTDIR}/opt/vc/lib/pkgconfig/*.pc ${DESTDIR}/usr/lib/pkgconfig
|
||||
rm -rf ${DESTDIR}/etc
|
||||
rm -rf ${DESTDIR}/opt/vc/share
|
||||
|
||||
|
@ -79,6 +77,6 @@ rpi-userland-devel_package() {
|
|||
vmove opt/vc/include
|
||||
vmove opt/vc/src
|
||||
vmove opt/vc/lib/*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove opt/vc/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue