diff mbox series

[meta-arago,master/kirkstone] omapdrmtest: Remove dependency on ti-sgx-ddk-um

Message ID 20230412183452.29278-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] omapdrmtest: Remove dependency on ti-sgx-ddk-um | expand

Commit Message

Andrew Davis April 12, 2023, 6:34 p.m. UTC
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 <afd@ti.com>
---
 .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"