diff options
author | 2020-04-07 01:44:05 +0000 | |
---|---|---|
committer | 2020-04-08 18:25:15 +0000 | |
commit | d218d56dd4b5572270a9a90e138453183b4d9fc3 (patch) | |
tree | 9752076a6ebb8099d9ef1289a12e2c01e6fd623a /recipes-graphics/libgles | |
parent | ddaef48d08e58f2b6c909fe7bee27befdc11fe20 (diff) | |
download | meta-ti-d218d56dd4b5572270a9a90e138453183b4d9fc3.tar.gz meta-ti-d218d56dd4b5572270a9a90e138453183b4d9fc3.tar.bz2 meta-ti-d218d56dd4b5572270a9a90e138453183b4d9fc3.zip |
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>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 1 |
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" DEPENDS += "libdrm wayland expat" RDEPENDS_${PN} += "bash" -RDEPENDS_${PN} += "python-core" RDEPENDS_${PN} += "wayland expat" RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" |