1 comment "gnupg2 needs a toolchain w/ threads and dynamic library support"
3 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_GNUPG2
7 select BR2_PACKAGE_ZLIB
8 select BR2_PACKAGE_LIBGPG_ERROR
9 select BR2_PACKAGE_LIBGCRYPT
10 select BR2_PACKAGE_LIBASSUAN
11 select BR2_PACKAGE_LIBKSBA
12 select BR2_PACKAGE_LIBNPTH
13 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
14 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
15 depends on BR2_TOOLCHAIN_HAS_THREADS # libnpth
16 depends on BR2_USE_MMU # libassuan, libnpth
17 depends on !BR2_STATIC_LIBS
19 GnuPG is the GNU project's complete and free implementation
20 of the OpenPGP standard as defined by RFC4880. GnuPG allows
21 to encrypt and sign your data and communication, features a
22 versatile key management system as well as access modules
23 for all kinds of public key directories. GnuPG, also known
24 as GPG, is a command line tool with features for easy
25 integration with other applications.
31 config BR2_PACKAGE_GNUPG2_GPGV2
34 gpgv2 is an OpenPGP signature verification tool.
36 This program is actually a stripped-down version of gpg
37 which is only able to check signatures. It is somewhat
38 smaller than the fully-blown gpg and uses a different (and
39 simpler) way to check that the public keys used to make the
40 signature are valid. There are no configuration files and
41 only a few options are implemented.