On Wed, Apr 22, 2015 at 10:40 PM, Otavio Salvador <[email protected]> wrote: > The eglinfo tool has a Framebuffer and X11 variations so we have a > special case for each. This enable the package to be included in test > images.
Nice patch (review with no comment) Daiane > > Change-Id: I48fe7209275bc96968b38a822a26edb292c1a764 > Signed-off-by: Otavio Salvador <[email protected]> > --- > recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb > b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb > index fc8cd40..3d4c4e0 100644 > --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb > +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb > @@ -13,8 +13,13 @@ inherit packagegroup > X11_TOOLS = " \ > mesa-demos \ > glmark2 \ > + eglinfo-x11 \ > +" > + > +FB_TOOLS = " \ > + eglinfo-fb \ > " > > RDEPENDS_${PN} = " \ > - ${@base_contains("DISTRO_FEATURES", "x11", "${X11_TOOLS}", "", d)} \ > + ${@base_contains("DISTRO_FEATURES", "x11", "${X11_TOOLS}", > "${FB_TOOLS}", d)} \ > " > -- > 2.1.4 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
