266d50245a
[Thomas: bump version, adjust license informations, add --with-gpg-error-prefix option.] Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
config BR2_PACKAGE_LIBASSUAN
|
|
bool "libassuan"
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
help
|
|
Libassuan is a small library implementing the so-called
|
|
Assuan protocol.
|
|
|
|
This protocol is used for IPC between most newer GnuPG
|
|
components. Both, server and client side functions are
|
|
provided.
|
|
|
|
http://www.gnupg.org/related_software/libassuan/
|