Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
comment "gnupg2 needs a toolchain w/ dynamic library"
|
||||
comment "gnupg2 needs a toolchain w/ threads and dynamic library support"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_GNUPG2
|
||||
bool "gnupg2"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnpth
|
||||
depends on BR2_USE_MMU # libassuan, libnpth
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_LIBGPG_ERROR
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
select BR2_PACKAGE_LIBASSUAN
|
||||
select BR2_PACKAGE_LIBKSBA
|
||||
select BR2_PACKAGE_LIBPTHSEM
|
||||
select BR2_PACKAGE_LIBPTHSEM_COMPAT
|
||||
select BR2_PACKAGE_LIBNPTH
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
|
||||
depends on BR2_USE_MMU # libassuan
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
GnuPG is the GNU project's complete and free implementation
|
||||
of the OpenPGP standard as defined by RFC4880. GnuPG allows
|
||||
@@ -28,10 +28,10 @@ config BR2_PACKAGE_GNUPG2
|
||||
|
||||
if BR2_PACKAGE_GNUPG2
|
||||
|
||||
config BR2_PACKAGE_GNUPG2_GPGV2
|
||||
bool "gpgv2"
|
||||
config BR2_PACKAGE_GNUPG2_GPGV
|
||||
bool "gpgv"
|
||||
help
|
||||
gpgv2 is an OpenPGP signature verification tool.
|
||||
gpgv is an OpenPGP signature verification tool.
|
||||
|
||||
This program is actually a stripped-down version of gpg
|
||||
which is only able to check signatures. It is somewhat
|
||||
|
||||
Reference in New Issue
Block a user