From e070005aa8251c81323b393d49fd87f92e74cae1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Mar 2017 13:34:46 -0800 Subject: 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 --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 15fd83e..afbe5ac 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -10,7 +10,7 @@ PR = "r5" PROVIDES = "virtual/libgles2 \ virtual/egl" -RPROVIDES_${PN} += "libgles2 libgl" +RPROVIDES_${PN} += "libgles2 egl" COMPATIBLE_MACHINE = "raspberrypi" -- cgit v1.2.3-54-g00ecf