All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
Date: Mon, 9 May 2016 12:59:01 -0400	[thread overview]
Message-ID: <20160509165901.GF16188@edge> (raw)
In-Reply-To: <1462811630-25842-1-git-send-email-j-stiffler@ti.com>

Looks fine. What about master?


On Mon, May 09, 2016 at 12:33:50PM -0400, Jacob Stiffler wrote:
> * The omap5-sgx-ddk-um-linux recipe installs pre-built libraries
> * Because of this, the dependencies are given as RDEPENDS as they are
>   not needed for building the recipe
> * However, this may break recipes which depend on
>   omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies
>   may not yet be populated in the sysroot.
> * This resolves the break in the dependency chain by translating the
>   RDEPENDS into a list of DEPENDS
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> index a79c61f..a4a00b9 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> @@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r8"
> +PR = "r9"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
>  
> +DEPENDS += "libdrm udev libgbm wayland libffi"
>  RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
>  
>  RREPLACES_${PN} = "libegl libgles1 libgles2"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2016-05-09 16:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09 16:33 [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS Jacob Stiffler
2016-05-09 16:59 ` Denys Dmytriyenko [this message]
2016-05-09 17:00   ` Stiffler, Jacob
  -- strict thread matches above, loose matches on Subject: below --
2016-05-12 16:00 Geoffrey Parker
2016-05-12 18:12 ` Denys Dmytriyenko

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=20160509165901.GF16188@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-ti@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.