> +# > +# Use example: > +# > +# inherit breakpad > +# inherit socorro-syms > +# BREAKPAD_BIN = "YourBinary" > +# > + > +# We depend on Breakpad creating the original symbol file. > +DEPENDS += "breakpad" > > Is this necessary? If the recipe using this class files your instructions > and inherits breakpad, this is already added to DEPENDS. And of the recipe > doesn't inherit breakpad, it won't work anyway... >
I'm always keen on the idea to be explicit. This class is truly dependent on the existence of the Breakpad symbols so I think it's good to show that. > Maybe you should have your class inherit breakpad directly, and only > instruct the recipe author top add BREAKPAD_BIN to the recipes using this > class? > Yes, that's a less verbose solution. Thanks Anders, I'll fix that! Best regards, Daniel -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel