[Buildroot] [PATCH v2 2/3] package/gnupg2: add bzip2 optional dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Oct 1 20:46:29 UTC 2014


Dear Romain Naour,

On Tue, 23 Sep 2014 23:57:36 +0200, Romain Naour wrote:
> This is to improve build reproducibility.
> 
> Signed-off-by: Romain Naour <romain.naour at openwide.fr>
> ---
> v2: improve commit log
> 
>  package/gnupg2/gnupg2.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
> index af475bb..3fce998 100644
> --- a/package/gnupg2/gnupg2.mk
> +++ b/package/gnupg2/gnupg2.mk
> @@ -30,4 +30,10 @@ endef
>  GNUPG2_POST_INSTALL_TARGET_HOOKS += GNUPG2_REMOVE_GPGV2
>  endif
>  
> +ifeq ($(BR2_PACKAGE_BZIP2),y)
> +GNUPG2_DEPENDENCIES += bzip2

I've added --enable-bzip2 --with-bzip2=$(STAGING_DIR) here and applied
your patch.

Thanks.

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


More information about the buildroot mailing list