All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Prabindh Sundareson <prabu@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 06/10] libgles-omap3: Add missing RPROVIDES
Date: Tue, 14 May 2013 13:31:31 -0400	[thread overview]
Message-ID: <20130514173131.GD31835@denix.org> (raw)
In-Reply-To: <1367501964-6294-6-git-send-email-prabu@ti.com>

On Thu, May 02, 2013 at 07:09:20PM +0530, Prabindh Sundareson wrote:
> RPROVIDES specifies the libraries that are dynamically loaded
> at runtime. This patch fixes "no package provides libGLESv2.so" and
> similar errors that occur when including packages like qtbase.

I'm still somewhat not sure about this patch. I know you had this problem with 
Qt5, but I'm wondering if there's a bug with shlib handling in latest OE, as 
you ususally don't need to specify shared libs in RPROVIDES...


> Signed-off-by: Prabindh Sundareson <prabu@ti.com>
> ---
>  recipes-graphics/libgles/libgles-omap3.inc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
> index d08a04d..c33062a 100644
> --- a/recipes-graphics/libgles/libgles-omap3.inc
> +++ b/recipes-graphics/libgles/libgles-omap3.inc
> @@ -201,6 +201,7 @@ PRIVATE_LIBS_${PN}-es5 = "libGLESv2.so libIMGegl.so libsrv_um.so libpvr2d.so lib
>  PRIVATE_LIBS_${PN}-es6 = "libGLESv2.so libIMGegl.so libsrv_um.so libpvr2d.so libsrv_init.so libEGL.so libsrv_um_dri.so libglslcompiler.so libGLES_CM.so"
>  PRIVATE_LIBS_${PN}-es8 = "libGLESv2.so libIMGegl.so libsrv_um.so libpvr2d.so libsrv_init.so libEGL.so libsrv_um_dri.so libglslcompiler.so libGLES_CM.so"
>  
> +RPROVIDES_${PN} += "libGLESv2.so libEGL.so libGLES_CM.so libpvr2d.so libIMGegl.so libsrv_init.so libsrv_um.so libsrv_um_dri.so libglslcompiler.so"
>  
>  PACKAGES =+ "${PN}-blitwsegl ${PN}-flipwsegl ${PN}-frontwsegl ${PN}-linuxfbwsegl"
>  
> -- 
> 1.7.1
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


  reply	other threads:[~2013-05-14 17:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-02 13:39 [PATCH 01/10] libgles-omap3: Remove X11 related build and packaging Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 02/10] omap3-sgx-modules: " Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 03/10] libgles-omap3: Remove unsupported core build option ES2.0 Prabindh Sundareson
2013-05-02 13:53   ` Andreas Müller
2013-05-02 14:02     ` Sundareson, Prabindh
2013-05-02 13:39 ` [PATCH 04/10] libgles-omap3: Remove OpenVG references Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 05/10] libgles-omap3: Remove copying of unused header files Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 06/10] libgles-omap3: Add missing RPROVIDES Prabindh Sundareson
2013-05-14 17:31   ` Denys Dmytriyenko [this message]
2013-05-15  4:15     ` Prabindh Sundareson
2013-06-17 21:10       ` Denys Dmytriyenko
2013-06-18  2:31         ` Sundareson, Prabindh
2013-05-02 13:39 ` [PATCH 07/10] libgles-omap3: Skip ldflags check for debug binaries also Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 08/10] libgles-omap3-x11: Separate X11 SGX driver package into new recipe Prabindh Sundareson
2013-05-14 17:29   ` Denys Dmytriyenko
2013-05-02 13:39 ` [PATCH 09/10] omap3-sgx-modules-x11: " Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 10/10] libgles-omap3: Packge init with right permissions Prabindh Sundareson
2013-05-08 13:18 ` [PATCH 01/10] libgles-omap3: Remove X11 related build and packaging Maupin, Chase
2013-05-10  9:16   ` Sundareson, Prabindh
2013-05-10 13:27     ` Maupin, Chase
2013-05-14 17:23       ` Denys Dmytriyenko
2013-05-14 17:46         ` Denys Dmytriyenko
2013-05-15  2:48           ` Sundareson, Prabindh
2013-05-17 17:02             ` Prabindh Sundareson
2013-05-17 17:07               ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2013-05-17 16:57 [PATCH 06/10] libgles-omap3: Add missing RPROVIDES Prabindh Sundareson

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=20130514173131.GD31835@denix.org \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=prabu@ti.com \
    /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.