Acked-by: Franklin Cooper Jr. <[email protected]> FYI I made a similar change locally and Mesa (mesa-gl I think) was getting pulled in when building am57x-evm for some reason.
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Tuesday, August 26, 2014 10:13 AM > To: [email protected] > Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston > packages globally > > From: Denys Dmytriyenko <[email protected]> > > As long as Weston compositor runs on top of either DRM or fbdev, should > not depend on SGX libs > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++-- > --- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-tisdk-graphics.bb b/meta-arago-distro/recipes- > core/packagegroups/packagegroup-arago-tisdk-graphics.bb > index 1439638..d730799 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > tisdk-graphics.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-ti > +++ sdk-graphics.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install graphics binaries" > LICENSE = "MIT" > -PR = "r5" > +PR = "r6" > > inherit packagegroup > > @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\ > omap3-sgx-modules \ > " > > -GRAPHICS_RDEPENDS = "" > - > -GRAPHICS_RDEPENDS_ti33x = "\ > - ${GRAPHICS_SDK} \ > +GRAPHICS_RDEPENDS = "\ > weston \ > weston-init \ > weston-examples \ > " > > +GRAPHICS_RDEPENDS_ti33x = "\ > + ${GRAPHICS_SDK} \ > +" > + > GRAPHICS_RDEPENDS_ti43x = "\ > ${GRAPHICS_SDK} \ > " > -- > 2.0.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
