Commit 0a9a32d6 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Peter Korsgaard
Browse files

libgpgme: Take into account that gnupg and gnupg2 are mutual exclusive



Avoid that libgpgme can select the gnupg package although gnupg2 has
been already selected. Both packages are mutual exclusive and shouldn't
be selected at the same time.

Signed-off-by: default avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1ddffb0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBGPGME
	bool "libgpgme"
	depends on BR2_USE_MMU # libassuan
	#gnupg is not needed to build, but at runtime.
	select BR2_PACKAGE_GNUPG
	select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2
	select BR2_PACKAGE_LIBGPG_ERROR
	select BR2_PACKAGE_LIBASSUAN
	help