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:
committed by
Ryan Eatmon
parent
76bd751f74
commit
a786148c45
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user