[oe] [meta-oe][PATCH] socorro-syms: Add Breakpad symbol generation adapted for Socorro

daniel.markus at leica-geosystems.com daniel.markus at leica-geosystems.com
Thu Feb 26 07:30:04 UTC 2015


> +#
> +# 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




More information about the Openembedded-devel mailing list