diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-21 00:47:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-20 22:28:49 +0000 |
commit | 186a97c3f1ac293bd7c925930604b95cd330aee5 (patch) | |
tree | d630785510685df051ac51797eff883c329d1fcc /recipes-graphics/libgles | |
parent | 7238e370bcfe06db5d5f771b27f46c263e034f3f (diff) | |
download | meta-ti-186a97c3f1ac293bd7c925930604b95cd330aee5.tar.gz |
sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 | ||||
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb index 6cc76718..0e0335b4 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | |||
@@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" | |||
27 | DEPENDS += "libdrm wayland expat" | 27 | DEPENDS += "libdrm wayland expat" |
28 | RDEPENDS_${PN} += "bash" | 28 | RDEPENDS_${PN} += "bash" |
29 | RDEPENDS_${PN} += "python-core" | 29 | RDEPENDS_${PN} += "python-core" |
30 | RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat" | 30 | RDEPENDS_${PN} += "wayland expat" |
31 | 31 | ||
32 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" | 32 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" |
33 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" | 33 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" |
@@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm" | |||
41 | RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" | 41 | RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" |
42 | RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" | 42 | RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" |
43 | 43 | ||
44 | RRECOMMENDS_${PN} += "ti-img-rogue-driver" | ||
45 | |||
44 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
45 | 47 | ||
46 | do_install () { | 48 | do_install () { |
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 129d5cee..8f63aa59 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -45,6 +45,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg" | |||
45 | # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here | 45 | # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here |
46 | RPROVIDES_${PN} += "libGLESv2.so.1" | 46 | RPROVIDES_${PN} += "libGLESv2.so.1" |
47 | 47 | ||
48 | RRECOMMENDS_${PN} += "ti-sgx-ddk-km" | ||
49 | |||
48 | S = "${WORKDIR}/git" | 50 | S = "${WORKDIR}/git" |
49 | 51 | ||
50 | do_install () { | 52 | do_install () { |