diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-11 13:34:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-03-11 13:34:46 -0800 |
commit | e070005aa8251c81323b393d49fd87f92e74cae1 (patch) | |
tree | 3c3688464da9d507f6891e4791ac1f4eb22c31fa | |
parent | a84ba9b73c731a7e8ce5f8c495d36b8fb46b210a (diff) | |
download | meta-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.bb | 2 |
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" | |||
10 | PROVIDES = "virtual/libgles2 \ | 10 | PROVIDES = "virtual/libgles2 \ |
11 | virtual/egl" | 11 | virtual/egl" |
12 | 12 | ||
13 | RPROVIDES_${PN} += "libgles2 libgl" | 13 | RPROVIDES_${PN} += "libgles2 egl" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "raspberrypi" | 15 | COMPATIBLE_MACHINE = "raspberrypi" |
16 | 16 | ||