On Wed, 15 Mar 2017 09:45:53 -0400 Trevor Woerner <twoer...@gmail.com> wrote:
> 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 <twoer...@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" > I think Khem already has a similar patch staged for this: https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1 Thanks, Paul -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto