> meta-oe/classes/socorro-syms.bbclass | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> As V1 hasn't been merged, squash your V2 patch into V1. Thus we're
> getting a complete patch in V3... ;)
Fixed!
Best regards,
Daniel
--
___
Opene
* Daniel Markus [150226 11:08]:
> ---
> meta-oe/classes/socorro-syms.bbclass | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
As V1 hasn't been merged, squash your V2 patch into V1. Thus we're
getting a complete patch in V3... ;)
Cheers,
Anders
> diff --git a/meta-oe/classes/socorr
When using Socorro symbols we automatically depend on Breakpad, so
there's no need for the user to explicitly state that dependency.
Let the inheritance of Breakpad be done in the Socorro class,
making the usage of socorro-syms less verbose and less error prone.
Signed-off-by: Daniel Markus
---