summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2019-07-03 15:34:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-03 21:48:52 +0000
commit07e1a45d5e99fa8e32724f37e5598311b40693da (patch)
tree7e2f89abce2284e59382710950dc8c7b53b82b51 /recipes-graphics
parent9a4a56b4cc4a1d4ad5aaae931e281fb66385cd0d (diff)
downloadmeta-ti-07e1a45d5e99fa8e32724f37e5598311b40693da.tar.gz
ti-img-rogue-umlibs: add missing dri plugin for powervr gpu
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb4
1 files changed, 2 insertions, 2 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 c63d708e..a8030aae 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"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7COMPATIBLE_MACHINE = "j7-evm" 7COMPATIBLE_MACHINE = "j7-evm"
8 8
9PR = "r8" 9PR = "r9"
10 10
11BRANCH = "linuxws/thud/k4.19/${PV}" 11BRANCH = "linuxws/thud/k4.19/${PV}"
12 12
@@ -52,7 +52,7 @@ FILES_${PN} += " ${base_libdir}/firmware/"
52FILES_${PN} += " ${datadir}/" 52FILES_${PN} += " ${datadir}/"
53 53
54PACKAGES =+ "${PN}-plugins" 54PACKAGES =+ "${PN}-plugins"
55FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so" 55FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so ${libdir}/dri/pvr_dri.so"
56RDEPENDS_${PN} += "${PN}-plugins" 56RDEPENDS_${PN} += "${PN}-plugins"
57 57
58ALLOW_EMPTY_${PN}-plugins = "1" 58ALLOW_EMPTY_${PN}-plugins = "1"