All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES
@ 2017-03-15 13:45 Trevor Woerner
  2017-03-15 14:30 ` Paul Barker
  0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2017-03-15 13:45 UTC (permalink / raw)
  To: yocto

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@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-21 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 13:45 [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES Trevor Woerner
2017-03-15 14:30 ` Paul Barker
2017-03-15 17:02   ` Trevor Woerner
2017-03-21 16:36     ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.