mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
a84ba9b73c
commit
e070005aa8
|
@ -10,7 +10,7 @@ PR = "r5"
|
|||
PROVIDES = "virtual/libgles2 \
|
||||
virtual/egl"
|
||||
|
||||
RPROVIDES_${PN} += "libgles2 libgl"
|
||||
RPROVIDES_${PN} += "libgles2 egl"
|
||||
|
||||
COMPATIBLE_MACHINE = "raspberrypi"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user