[Buildroot] [PATCH 1/5] Added the libassuan package.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 8 08:14:55 UTC 2012


Hello Stijn,

Thanks, we're making good progress here.

Le Mon,  7 May 2012 22:59:41 +0200,
Stijn Souffriau <stijn.souffriau at essensium.com> a écrit :

> @@ -281,6 +281,7 @@ source "package/libgpg-error/Config.in"
>  source "package/libnss/Config.in"
>  source "package/openssl/Config.in"
>  source "package/polarssl/Config.in"
> +source "package/libassuan/Config.in"

Entries should be ordered alphabetically.

> diff --git a/package/libassuan/Config.in b/package/libassuan/Config.in
> new file mode 100644
> index 0000000..3b188ec
> --- /dev/null
> +++ b/package/libassuan/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_LIBASSUAN
> +	bool "libassuan"

Since your package depends on libgpg-error, you need a

	select BR2_PACKAGE_LIBGPG_ERROR

here.

Otherwise, looks good.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list