summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-05-09 22:33:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-11 20:44:53 -0400
commit85810547e3411fb2516600ccfa0c3419b6368742 (patch)
tree6c40f75e36eeddbb855f911020a7cafdb550a373
parentbc7adf6d7ac984050672adccb8b99e20b141394e (diff)
downloadmeta-ti-85810547e3411fb2516600ccfa0c3419b6368742.tar.gz
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>
-rw-r--r--recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
index a79c61fb..a4a00b94 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
@@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
19 19
20inherit update-rc.d 20inherit update-rc.d
21 21
22PR = "r8" 22PR = "r9"
23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" 23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
24 24
25DEPENDS += "libdrm udev libgbm wayland libffi"
25RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" 26RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
26 27
27RREPLACES_${PN} = "libegl libgles1 libgles2" 28RREPLACES_${PN} = "libegl libgles1 libgles2"