[OE-core] [PATCH] mesa-common: allow empty PN

Richard Purdie richard.purdie at linuxfoundation.org
Tue Nov 29 12:47:19 UTC 2011


On Tue, 2011-11-29 at 09:38 +0100, Martin Jansa wrote:
> On Tue, Nov 29, 2011 at 09:36:08AM +0100, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> > ---
> >  meta/recipes-graphics/mesa/mesa-common.inc |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
> > index 7d729b4..df035e6 100644
> > --- a/meta/recipes-graphics/mesa/mesa-common.inc
> > +++ b/meta/recipes-graphics/mesa/mesa-common.inc
> > @@ -38,6 +38,9 @@ EXTRA_OECONF = "--enable-glu \
> >  # Multiple virtual/gl providers being built breaks staging
> >  EXCLUDE_FROM_WORLD = "1"
> >  
> > +# ie mesa-dri could be empty and mesa-dri-dev RDEPENDS on it
> > +ALLOW_EMPTY_${PN} = "1"
> > +
> >  PACKAGES =+ "libegl libegl-dev libegl-dbg libglu libglu-dev libosmesa libosmesa-dev libgl libgl-dev"
> >  FILES_libegl = "${libdir}/libEGL.so.* ${libdir}/egl/*.so"
> >  FILES_libgl = "${libdir}/libGL.so.*"
> > -- 
> > 1.7.8.rc4
> > 
> 
> This is needed because
> http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012580.html

I've taken this, thanks.

Richard





More information about the Openembedded-core mailing list