On Tue, 2016-05-10 at 10:25 +1200, Paul Eggleton wrote: > Recipes such as images and packagegroups don't actually fetch or > build > any source, so there's really no point having LIC_FILES_CHKSUM set. > Forcing users to set it (as we have done for images inheriting > image.bbclass) just makes things more difficult for the user for no > discernable benefit. The easiest way to adjust this check is simply > to > skip it if SRC_URI is not set since this is a pretty good indicator > that > no source is being pulled in. > > Signed-off-by: Paul Eggleton <[email protected]> > --- > meta/classes/insane.bbclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
One reason -next has sat as long as I couldn't figure out who broke the lic-checksums sanity test. The answer is Robert's patch did, then this one did as well, making it hard to blame any one person. I've merged a fix into master along with the other patches. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
