[Buildroot] [PATCH 1/2] vboot-utils: convert to Git formatted patches

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jan 23 22:05:15 UTC 2016


Hello,

On Sat, 23 Jan 2016 23:50:15 +0200, Alex Suykov wrote:

> > Despite the absence of review/ack, I've applied those two patches since
> > they fix a very frequent build failure (#1 failure in today's report).
> 
> Since it was probably me who should have at least tried it:
> the package builds and works well, but there's a typo in the patch.
> 
> > -typedef struct rsa_st RSA;
> > +struct rsa_st;
> (...)
> > -  RSA* rsa_private_key;  /* Private key data */
> > +  struct rsa_rt* rsa_private_key;  /* Private key data */
> 
> The second one should be struct rsa_st, not rsa_rt.

Sigh, how does it build then? Is this structure unused?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list