On Fri, 2012-11-16 at 13:58 -0200, Otavio Salvador wrote: > On Fri, Nov 16, 2012 at 1:32 PM, Richard Purdie > <[email protected]> wrote: > This is a first attempt at logic to determine when a sstate > dependency needs > to be installed and when it does not. Its a start at the logic > and errs on the > > s/errs/errors/
It is actually meant to be errs :) > + # do_package_write_* and do_package doesn't need > do_package > + if taskdependees[task][1] == "do_package" and > taskdependees[dep][1] in ['do_package', > 'do_package_write_deb', 'do_package_write_ipk', > 'do_package_write_rpm']: > + continue > > I understand why you does this but it would be better if we had a > central place to have the do_package_write_$pkg recorded or when > adding new type this could be forgotten. Its a nice idea but I can't see any practical way to do this at the moment. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
