mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 06:17:51 +00:00
omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
* The omap5-sgx-ddk-um-linux recipe installs pre-built libraries * Because of this, the dependencies are given as RDEPENDS as they are not needed for building the recipe * However, this may break recipes which depend on omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies may not yet be populated in the sysroot. * This resolves the break in the dependency chain by translating the RDEPENDS into a list of DEPENDS Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
bc7adf6d7a
commit
85810547e3
@@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
||||
|
||||
DEPENDS += "libdrm udev libgbm wayland libffi"
|
||||
RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
|
||||
|
||||
RREPLACES_${PN} = "libegl libgles1 libgles2"
|
||||
|
||||
Reference in New Issue
Block a user