On Sat, Apr 14, 2012 at 10:31 AM, Richard Purdie <[email protected]> wrote: > def update_alternatives_after_parse(d): > + if bb.data.inherits_class('native', d) or > bb.data.inherits_class('nativesdk', d): > + return > +
Not an issue, but wanted to point out we have a utility function for this sort of thing, for future reference. bb.utils.inherits(d, 'native', 'nativesdk'), iirc. -- Christopher Larson _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
