summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-07 01:44:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-08 18:25:15 +0000
commitd218d56dd4b5572270a9a90e138453183b4d9fc3 (patch)
tree9752076a6ebb8099d9ef1289a12e2c01e6fd623a
parentddaef48d08e58f2b6c909fe7bee27befdc11fe20 (diff)
downloadmeta-ti-d218d56dd4b5572270a9a90e138453183b4d9fc3.tar.gz
ti-img-rogue-umlibs: drop RDEPENDS on python-core
* Python2 is deprecated * It doesn't seem there's still a run-time dependency on Python2 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb1
1 files changed, 0 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 0e0335b4..ce92bb1a 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
@@ -26,7 +26,6 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
26 26
27DEPENDS += "libdrm wayland expat" 27DEPENDS += "libdrm wayland expat"
28RDEPENDS_${PN} += "bash" 28RDEPENDS_${PN} += "bash"
29RDEPENDS_${PN} += "python-core"
30RDEPENDS_${PN} += "wayland expat" 29RDEPENDS_${PN} += "wayland expat"
31 30
32RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" 31RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"