[Buildroot] [PATCH] package/openssl: fix coding style

Peter Korsgaard jacmet at uclibc.org
Thu Dec 5 23:11:22 UTC 2013


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > From: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > Currently, openssl defines three conditional hooks, but two do not
 > follow our coding rules:
 >   - for PRE_CONFIGURE, the hook is defined in the if-block, but
 >     the _HOOK variable is always set
 >   - for POST_INSTALL_TARGET, the hook is always defined, but the
 >     _HOOK variable is set in the if-block

 > Fix that:
 >   - define the hook in the if-block
 >   - assign the _HOOK variable in the if-block

 > At the same time, get rid of extra empty lines that make it more
 > difficult to read.

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list