diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2019-07-02 05:47:27 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-02 18:53:00 +0000 |
commit | 28915b823eb12f5f8b368f5953ce4597cd8eb67c (patch) | |
tree | 5c3ed270174df897731b671d9e02e28a782b56f7 /recipes-graphics/libgles | |
parent | 929f5cb7a685f30cbecee0ee5bb9144f6b4a4356 (diff) | |
download | meta-ti-28915b823eb12f5f8b368f5953ce4597cd8eb67c.tar.gz |
ti-img-rogue-umlibs: Add missing wayland, expat rdepends
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
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.5187610.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb index f21432e2..26dfb7ca 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | COMPATIBLE_MACHINE = "j7-evm" | 7 | COMPATIBLE_MACHINE = "j7-evm" |
8 | 8 | ||
9 | PR = "r6" | 9 | PR = "r7" |
10 | 10 | ||
11 | BRANCH = "linuxws/thud/k4.19/${PV}" | 11 | BRANCH = "linuxws/thud/k4.19/${PV}" |
12 | 12 | ||
@@ -24,10 +24,10 @@ inherit update-rc.d | |||
24 | 24 | ||
25 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" | 25 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" |
26 | 26 | ||
27 | DEPENDS += "libdrm" | 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" | 30 | RDEPENDS_${PN} += "ti-img-rogue-driver 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" |