1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-sgx-ddk-um: Remove RDEPENDS on libdrm-omap

We no longer use libdrm-omap so remove it.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2023-04-12 13:42:37 -05:00
committed by Ryan Eatmon
parent 71439a82f0
commit c57dfa86f5

View File

@@ -34,7 +34,7 @@ def use_initscript(d):
inherit ${@oe.utils.ifelse(use_initscript(d), 'update-rc.d', '')}
RDEPENDS:${PN} += "libdrm libdrm-omap"
RDEPENDS:${PN} += "libdrm"
RRECOMMENDS:${PN} += "ti-sgx-ddk-km"