On Thu, Jan 26 2023 at 11:54:18 -06:00:00, Andrew Davis <[email protected]>
wrote:
-# The actual SONAME is libGLESv2.so.2, so need to explicitly
specify RPROVIDES for .so.1 here
-RPROVIDES:${PN} += "libGLESv2.so.1"
+RDEPENDS:${PN} += "libdrm libdrm-omap"
These are not runtime dependencies, libdrm is still regular built
time DEPENDS.
(libdrm-omap can be dropped, we don't need that at all anymore)
Runtime we do need udev so this should all be now:
DEPENDS += "libdrm"
DEPENDS:append:libc-musl = " gcompat"
RDEPENDS:${PN} += "udev"
There should be no build dependencies for a binary package. What new
dependency did you engineer?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15681):
https://lists.yoctoproject.org/g/meta-ti/message/15681
Mute This Topic: https://lists.yoctoproject.org/mt/96536768/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-