* [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* Re: [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES
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
0 siblings, 1 reply; 4+ messages in thread
From: Paul Barker @ 2017-03-15 14:30 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto
On Wed, 15 Mar 2017 09:45:53 -0400
Trevor Woerner <twoerner@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 <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"
>
I think Khem already has a similar patch staged for this:
https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1
Thanks,
Paul
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES
2017-03-15 14:30 ` Paul Barker
@ 2017-03-15 17:02 ` Trevor Woerner
2017-03-21 16:36 ` Andrei Gherzan
0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2017-03-15 17:02 UTC (permalink / raw)
To: Paul Barker; +Cc: yocto@yoctoproject.org
On Wed, Mar 15, 2017 at 10:30 AM, Paul Barker <pbarker@toganlabs.com> wrote:
> I think Khem already has a similar patch staged for this:
> https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1
Oops! thanks :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES
2017-03-15 17:02 ` Trevor Woerner
@ 2017-03-21 16:36 ` Andrei Gherzan
0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2017-03-21 16:36 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 637 bytes --]
On Wed, Mar 15, 2017 at 01:02:37PM -0400, Trevor Woerner wrote:
> On Wed, Mar 15, 2017 at 10:30 AM, Paul Barker <pbarker@toganlabs.com> wrote:
> > I think Khem already has a similar patch staged for this:
> > https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1
>
>
> Oops! thanks :-)
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
As mentioned, a similar patches was included in Khem's PR which made it
in master.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]
^ permalink raw reply [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.