All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Wagner <lists@philipp-wagner.com>
To: yocto@yoctoproject.org
Cc: Philipp Wagner <mail@philipp-wagner.com>
Subject: [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries
Date: Wed, 30 Jan 2013 22:51:38 +0100	[thread overview]
Message-ID: <1359582698-24226-3-git-send-email-lists@philipp-wagner.com> (raw)
In-Reply-To: <1359582698-24226-1-git-send-email-lists@philipp-wagner.com>

From: Philipp Wagner <mail@philipp-wagner.com>

Often the OpenGL libraries are dlopen'ed rather than linked against,
which makes it necessary to add OpenGL libraries to RDEPENDS of the
package. This of course requires that they are RPROVIDE'd somewhere.

I've seen a bug report about this at
https://github.com/djwillis/meta-raspberrypi/issues/55
but I don't know enough to judge how/why virtual/libgl is required,
so I'm leaving it in for now and only adding the runtime library
provider.

Signed-off-by: Philipp Wagner <mail@philipp-wagner.com>
---
 recipes-bcm/vc-graphics/vc-graphics.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc
index 915b7c1..36cbdf9 100644
--- a/recipes-bcm/vc-graphics/vc-graphics.inc
+++ b/recipes-bcm/vc-graphics/vc-graphics.inc
@@ -4,6 +4,7 @@ LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780"
 
 PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl"
+RPROVIDES = "virtual/libgl virtual/libgles2 virtual/egl"
 COMPATIBLE_MACHINE = "raspberrypi"
 
 include ../common/firmware.inc
-- 
1.7.9.5


  parent reply	other threads:[~2013-01-30 21:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-30 21:51 [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes Philipp Wagner
2013-01-30 21:51 ` [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries Philipp Wagner
2013-02-09 22:59   ` Andrei Gherzan
2013-02-12 17:36     ` Philipp Wagner
2013-03-13 17:50       ` Andrei Gherzan
2013-01-30 21:51 ` Philipp Wagner [this message]
2013-02-05 18:50   ` [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries Tomas Frydrych
2013-02-05 18:54     ` Philipp Wagner
2013-02-09 22:58       ` Andrei Gherzan
2013-02-07 14:26 ` [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes Andrei Gherzan
2013-02-08 10:17   ` Tomas Frydrych
2013-02-08 13:03     ` Andrei Gherzan
2013-02-08 14:18       ` Tomas Frydrych
2013-02-08 14:53         ` 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=1359582698-24226-3-git-send-email-lists@philipp-wagner.com \
    --to=lists@philipp-wagner.com \
    --cc=mail@philipp-wagner.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.