On Thu, Feb 23, 2012 at 04:36:35PM -0800, Saul Wold wrote:
> On 02/23/2012 02:43 AM, Martin Jansa wrote:
> > * it's used by xinput-calibrator in meta-oe but contains just calibration 
> > data like pointercal does for tslib
> >
> > Signed-off-by: Martin Jansa<martin.ja...@gmail.com>
> > ---
> >   meta/lib/oe/sstatesig.py |    2 +-
> >   1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
> > index ee7cbad..080b722 100644
> > --- a/meta/lib/oe/sstatesig.py
> > +++ b/meta/lib/oe/sstatesig.py
> > @@ -27,7 +27,7 @@ def sstate_rundepfilter(fn, recipename, task, dep, 
> > depname):
> >           return False
> >
> >       # Exclude well defined machine specific configurations which don't 
> > change ABI
> > -    if depname in ['sysvinit-inittab', 'shadow-securetty', 
> > 'opkg-config-base', 'netbase', 'formfactor', 'xserver-xf86-config', 
> > 'pointercal', 'base-files']:
> > +    if depname in ['sysvinit-inittab', 'shadow-securetty', 
> > 'opkg-config-base', 'netbase', 'formfactor', 'xserver-xf86-config', 
> > 'pointercal', 'pointercal-xinput', 'base-files']:
> >           return False
> >
> >       # Default to keep dependencies
> 
> This patch needs to be re-based to use RP's new 
> SIGGEN_EXCLUDERECIPES_ABISAFE variable in layer.conf

Patch adding this to meta-oe's SIGGEN_EXCLUDERECIPES_ABISAFE was already
sent, so ignore this one.

Cheers,
> 
> Thanks
>       Sau!

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to