[Buildroot] [PATCH 4/5] Added the gnupg package.

Gustavo Zacarias gustavo at zacarias.com.ar
Thu May 10 10:45:57 UTC 2012


On 2012-05-09 18:29, Stijn Souffriau wrote:

> +++ b/package/gnupg/Config.in
> @@ -0,0 +1,12 @@
> +config BR2_PACKAGE_GNUPG
> +	bool "gnupg"
> +	select BR2_PACKAGE_LIBGPG_ERROR
> +	select BR2_PACKAGE_LIBGCRYPT
> +	select BR2_PACKAGE_LIBKSBA
> +	select BR2_PACKAGE_LIBASSUAN
> +	select BR2_PACKAGE_LIBPTH
> +	select BR2_PACKAGE_ZLIB
> +	help
> +	  GnuPG 2.0 is the new modularized version of GnuPG supporting
> OpenPGP and S/MIME
> +
> +	  http://www.gnupg.org/

depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_glibc || 
BR2_TOOLCHAIN_CTNG_eglibc
Needs pth which doesn't work with uClibc.
Regards.



More information about the buildroot mailing list