[yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

Trevor Woerner twoerner at gmail.com
Wed Mar 15 06:45:53 PDT 2017


This recipe does not generate any libGL libraries, so remove libgl from the
list of libraries it provides. Among the libraries generated are libEGL and
libGLESv2. This entry makes it impossible to have, say, mesa provide libGL
since opkg thinks there is a conflict.

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 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 5344dc3..f0f25b2 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"
 
 COMPATIBLE_MACHINE = "raspberrypi"
 
-- 
2.12.0.rc1.48.g076c053




More information about the yocto mailing list