All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] gnupg2: fix dependency on libpthsem
@ 2014-07-24 20:28 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2014-07-24 20:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=2141e06c4f55ff36abf781a64fa9e581cbf091b6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit beb49d882e03d4596d40dafad21e50460a6f1ef0 ('gnupg2: new
package') was incorrect in its dependency on libpthsem: it was
selecting BR2_PACKAGE_PTHSEM while it should select
BR2_PACKAGE_LIBPTHSEM. This commit fixes that.

Fixes:

  http://autobuild.buildroot.org/results/6e0/6e02b42f01986a56c22c44658fa1e488c0a08e7c/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/gnupg2/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gnupg2/Config.in b/package/gnupg2/Config.in
index ea74404..be97a20 100644
--- a/package/gnupg2/Config.in
+++ b/package/gnupg2/Config.in
@@ -5,8 +5,8 @@ config BR2_PACKAGE_GNUPG2
 	select BR2_PACKAGE_LIBGCRYPT
 	select BR2_PACKAGE_LIBASSUAN
 	select BR2_PACKAGE_LIBKSBA
-	select BR2_PACKAGE_PTHSEM
-	select BR2_PACKAGE_PTHSEM_COMPAT
+	select BR2_PACKAGE_LIBPTHSEM
+	select BR2_PACKAGE_LIBPTHSEM_COMPAT
 	depends on BR2_USE_MMU # libassuan
 	help
 	  GnuPG is the GNU project's complete and free implementation

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-24 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 20:28 [Buildroot] [git commit] gnupg2: fix dependency on libpthsem Thomas Petazzoni

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.