The dependency should be on the libraries it needs, such as EGL/GLESv2, not a single provider of those libraries. Fix this here.
Signed-off-by: Andrew Davis <[email protected]> --- .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb index 11251ee0..20b9bf0d 100644 --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -3,7 +3,7 @@ SUMMARY = "Test applications for OMAP DRM interface" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" -DEPENDS = "ffmpeg libdce libdrm virtual/libgbm ti-sgx-ddk-um wayland" +DEPENDS = "ffmpeg libdce libdrm virtual/libgbm virtual/libgles2 virtual/egl wayland" COMPATIBLE_MACHINE = "omap-a15|ti43x" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14313): https://lists.yoctoproject.org/g/meta-arago/message/14313 Mute This Topic: https://lists.yoctoproject.org/mt/98225664/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
