From: Trevor Woerner <twoerner@gmail.com>
To: yocto@yoctoproject.org
Subject: [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES
Date: Wed, 15 Mar 2017 09:45:53 -0400 [thread overview]
Message-ID: <20170315134553.14210-1-twoerner@gmail.com> (raw)
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
next reply other threads:[~2017-03-15 13:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 13:45 Trevor Woerner [this message]
2017-03-15 14:30 ` [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES Paul Barker
2017-03-15 17:02 ` Trevor Woerner
2017-03-21 16:36 ` Andrei Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170315134553.14210-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.