userland: Do not provide libgl

libgl is actually provided by mesa-gl and this
casued unneeded conflict between these two
packages resulting in sato image reporting missing
libGL.so.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-03-11 13:34:46 -08:00
parent a84ba9b73c
commit e070005aa8

View File

@ -10,7 +10,7 @@ PR = "r5"
PROVIDES = "virtual/libgles2 \
virtual/egl"
RPROVIDES_${PN} += "libgles2 libgl"
RPROVIDES_${PN} += "libgles2 egl"
COMPATIBLE_MACHINE = "raspberrypi"