rpi-userland: bring shlib_provides + common/shlibs up-to-date
closes #13672 Closes #13694. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d86dbd2005
commit
f5107d1b47
|
@ -123,10 +123,8 @@ libEGL.so.1 nvidia-libs-346.72_2
|
|||
libGLESv1_CM.so.1 libGLES-1.0_1
|
||||
libGLESv2.so.2 libGLES-1.0_1
|
||||
libEGL.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLES.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLESv2.so rpi-userland-0.0.0.0.20150907_1
|
||||
libbrcmEGL.so rpi-userland-20180103_2
|
||||
libbrcmGLES.so rpi-userland-20180103_2
|
||||
libbrcmGLESv2.so rpi-userland-20180103_2
|
||||
libbrcmOpenVG.so rpi-userland-20180103_2
|
||||
libGLESv2.so opera-49.0.2725.39_1
|
||||
|
@ -1229,6 +1227,9 @@ libmmal_vc_client.so rpi-userland-20170427_1
|
|||
libmmal_components.so rpi-userland-20170427_1
|
||||
libvcsm.so rpi-userland-20170427_1
|
||||
libcontainers.so rpi-userland-20170427_1
|
||||
libbrcmWFC.so rpi-userland-20180103_1
|
||||
libdebug_sym.so rpi-userland-20180103_1
|
||||
libdtovl.s rpi-userland-20180103_1
|
||||
liblockdev.so.1 lockdev-1.0.3_1
|
||||
libcec.so.4 libcec-4.0.2_1
|
||||
librump.so.0 netbsd-rumpkernel-20130321_1
|
||||
|
|
|
@ -4,13 +4,13 @@ _gitshort="${_githash:0:7}"
|
|||
|
||||
pkgname=rpi-userland
|
||||
version=20180103
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="userland-${_githash}"
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_RPATH=/opt/vc/lib"
|
||||
short_desc="Raspberry Pi GPU userland libraries and utilities (git ${_gitshort})"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/raspberrypi/userland"
|
||||
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
|
||||
checksum=d65d03d1fcb9a05816c5a894f345d3de703a2aa2f6948291f13908512f64754c
|
||||
|
@ -19,22 +19,27 @@ LDFLAGS="-Wl,--no-as-needed"
|
|||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
|
||||
|
||||
shlib_provides="
|
||||
libvcsm.so
|
||||
libvcos.so
|
||||
libvchiq_arm.so
|
||||
libopenmaxil.so
|
||||
libmmal_vc_client.so
|
||||
libmmal_util.so
|
||||
libmmal_core.so
|
||||
libmmal_components.so
|
||||
libmmal.so
|
||||
libdebug_sym.so
|
||||
libcontainers.so
|
||||
libbcm_host.so
|
||||
libWFC.so
|
||||
libOpenVG.so
|
||||
libEGL.so
|
||||
libGLESv2.so
|
||||
libEGL.so"
|
||||
libOpenVG.so
|
||||
libWFC.so
|
||||
libbcm_host.so
|
||||
libbrcmEGL.so
|
||||
libbrcmGLESv2.so
|
||||
libbrcmOpenVG.so
|
||||
libbrcmWFC.so
|
||||
libcontainers.so
|
||||
libdebug_sym.so
|
||||
libdtovl.so
|
||||
libmmal.so
|
||||
libmmal_components.so
|
||||
libmmal_core.so
|
||||
libmmal_util.so
|
||||
libmmal_vc_client.so
|
||||
libopenmaxil.so
|
||||
libvchiq_arm.so
|
||||
libvcos.so
|
||||
libvcsm.so"
|
||||
|
||||
pre_configure() {
|
||||
for f in $(find ${wrksrc} -type f -name CMakeLists.txt); do
|
||||
|
|
Loading…
Reference in New Issue