All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] Added the libassuan package.
Date: Tue, 8 May 2012 10:14:55 +0200	[thread overview]
Message-ID: <20120508101455.38a759b3@skate> (raw)
In-Reply-To: <1336424385-8933-1-git-send-email-stijn.souffriau@essensium.com>

Hello Stijn,

Thanks, we're making good progress here.

Le Mon,  7 May 2012 22:59:41 +0200,
Stijn Souffriau <stijn.souffriau@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

  parent reply	other threads:[~2012-05-08  8:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 20:59 [Buildroot] [PATCH 1/5] Added the libassuan package Stijn Souffriau
2012-05-07 20:59 ` [Buildroot] [PATCH 2/5] Added the libksba package Stijn Souffriau
2012-05-08  8:15   ` Thomas Petazzoni
2012-05-07 20:59 ` [Buildroot] [PATCH 3/5] Added the libpth package Stijn Souffriau
2012-05-08  8:19   ` Thomas Petazzoni
2012-05-07 20:59 ` [Buildroot] [PATCH 4/5] Added the gnupg package Stijn Souffriau
2012-05-07 20:59 ` [Buildroot] [PATCH 5/5] Added host targets to gnupg and its prerequisite libraries Stijn Souffriau
2012-05-08  8:14 ` Thomas Petazzoni [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 21:29 [Buildroot] [PATCH 1/5] Added the libassuan package Stijn Souffriau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120508101455.38a759b3@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.