summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-11 13:34:46 -0800
committerKhem Raj <raj.khem@gmail.com>2017-03-11 13:34:46 -0800
commite070005aa8251c81323b393d49fd87f92e74cae1 (patch)
tree3c3688464da9d507f6891e4791ac1f4eb22c31fa
parenta84ba9b73c731a7e8ce5f8c495d36b8fb46b210a (diff)
downloadmeta-raspberrypi-e070005aa8251c81323b393d49fd87f92e74cae1.tar.gz
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>
-rw-r--r--recipes-graphics/userland/userland_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
10PROVIDES = "virtual/libgles2 \ 10PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12 12
13RPROVIDES_${PN} += "libgles2 libgl" 13RPROVIDES_${PN} += "libgles2 egl"
14 14
15COMPATIBLE_MACHINE = "raspberrypi" 15COMPATIBLE_MACHINE = "raspberrypi"
16 16