On Wed, 2017-01-04 at 23:49 +0000, Burton, Ross wrote: > > On 4 January 2017 at 22:57, Christopher Larson <[email protected]> > wrote: > > These aren't buildable without it, and adding it fixes oe-core > > world builds > > with nodistro (which does not have the opengl feature by default). > > > Am I still the only person who thinks skipping of recipes should be > recursive, so if say libx11 throws a SkipRecipe then everything else > that depends on it is also magically skipped?
Just to highlight the challenge here, the provider of virtual/libc raises a SkipRecipe, therefore every target recipe which isn't allarch gets skipped and "bitbake world" returns success. We have SkipRecipe code in the libcs so this isn't even that unlikely. I suspect you'd argue that is broken. How do you tell the difference between this case which is a clear error and your case of X11 being disabled? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
