Commit 2141e06c authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

gnupg2: fix dependency on libpthsem

Commit beb49d88 ('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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 5af28fe6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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