[Buildroot] [v2] package/libgpg-error: bump to version 1.23

Bernd Kuhls bernd.kuhls at t-online.de
Wed Jul 6 19:42:10 UTC 2016


Hi,

the patches to libssh and libssh2 look wrong. If I select openssl
then I can select neither libssh nor libssh2 anymore.

Am Mon, 04 Jul 2016 01:48:34 +0200 schrieb Maxime Hadjinlian:

> diff --git a/package/libssh/Config.in b/package/libssh/Config.in
> index 3357fb9..6029f45 100644
> --- a/package/libssh/Config.in
> +++ b/package/libssh/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBSSH
>  	depends on !BR2_STATIC_LIBS
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	# Either OpenSSL or libgcrypt are mandatory
> +	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS && !BR2_PACKAGE_OPENSSL # libgcrypt
>  	select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
>  	help
>  	  libssh is a multiplatform C library implementing the SSHv2
> diff --git a/package/libssh2/Config.in b/package/libssh2/Config.in
> index 017fd40..0deb3bb 100644
> --- a/package/libssh2/Config.in
> +++ b/package/libssh2/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_LIBSSH2
>  	bool "libssh2"
> +	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS && !BR2_PACKAGE_OPENSSL # libgcrypt
>  	select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
>  	help
>  	  libssh2 is a client-side C library implementing the SSH2

Both packages support either openssl or libgcrypt.

Regards, Bernd



More information about the buildroot mailing list