[meta-ti] [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS

Stiffler, Jacob j-stiffler at ti.com
Mon May 9 10:00:26 PDT 2016



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, May 09, 2016 12:59 PM
> To: Stiffler, Jacob
> Cc: meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS
> based on REDEPENDS
> 
> Looks fine. What about master?
> 

I am checking the patch right now.

> 
> 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 at 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 at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list