mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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 changed files with 5 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rpi-userland'
|
# Template file for 'rpi-userland'
|
||||||
_githash="517cdc30da167d81a485e7a994e02cec2390a269"
|
_githash="06bc6daa02137ca72b7a2104afad81e82a44de17"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-userland
|
pkgname=rpi-userland
|
||||||
version=20190501
|
version=20191218
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="userland-${_githash}"
|
wrksrc="userland-${_githash}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@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=f75b0e4f992313c6248c6e4e2229d59a49dd4153d67f23a05953dfc059b06e7f
|
checksum=cf4dff40a2f4ec38bc7e42a80b989df1bf88e12d714f7e681f83c4e5a588f5c9
|
||||||
|
|
||||||
LDFLAGS="-Wl,--no-as-needed"
|
LDFLAGS="-Wl,--no-as-needed"
|
||||||
archs="armv6l* armv7l* aarch64*"
|
archs="armv6l* armv7l* aarch64*"
|
||||||
|
@ -53,8 +53,6 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
vmkdir usr/lib/pkgconfig
|
|
||||||
mv ${DESTDIR}/opt/vc/lib/pkgconfig/*.pc ${DESTDIR}/usr/lib/pkgconfig
|
|
||||||
rm -rf ${DESTDIR}/etc
|
rm -rf ${DESTDIR}/etc
|
||||||
rm -rf ${DESTDIR}/opt/vc/share
|
rm -rf ${DESTDIR}/opt/vc/share
|
||||||
|
|
||||||
|
@ -79,6 +77,6 @@ rpi-userland-devel_package() {
|
||||||
vmove opt/vc/include
|
vmove opt/vc/include
|
||||||
vmove opt/vc/src
|
vmove opt/vc/src
|
||||||
vmove opt/vc/lib/*.a
|
vmove opt/vc/lib/*.a
|
||||||
vmove usr/lib/pkgconfig
|
vmove opt/vc/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue