diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-05-09 23:34:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-11 20:44:02 -0400 |
commit | 0e804eb4d9f6e43de8753e893ea6b841949e0031 (patch) | |
tree | 005952a08104e5e5a3b401d29e5e37cd711bb344 | |
parent | ddbb13e225ff8406912f7ac7d0642a38afb5ebe7 (diff) | |
download | meta-ti-0e804eb4d9f6e43de8753e893ea6b841949e0031.tar.gz |
ti-sgx-ddk-um: Add DEPENDS based on REDEPENDS
* The ti-sgx-ddk-um 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 ti-sgx-ddk-um, as
the ti-sgx-ddk-um 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/ti-sgx-ddk-um_1.14.3699939.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index 217a68c5..80612d64 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | |||
@@ -31,9 +31,10 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
31 | 31 | ||
32 | inherit update-rc.d | 32 | inherit update-rc.d |
33 | 33 | ||
34 | PR = "r9" | 34 | PR = "r10" |
35 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" | 35 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" |
36 | 36 | ||
37 | DEPENDS += "libdrm udev libgbm wayland libffi" | ||
37 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" | 38 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" |
38 | 39 | ||
39 | RPROVIDES_${PN} = "libegl libgles1 libgles2 omap5-sgx-ddk-um-linux" | 40 | RPROVIDES_${PN} = "libegl libgles1 libgles2 omap5-sgx-ddk-um-linux" |