From 2cadb26e6d4267998e6927bd5b972b2cffeb19e0 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Fri, 6 Jun 2014 14:44:28 +0100 Subject: [PATCH] gnupg: make gnupg and gnupg2 mutually exclusive Signed-off-by: Vicente Olivert Riera Reviewed-by: Markos Chandras Signed-off-by: Thomas Petazzoni --- package/gnupg/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gnupg/Config.in b/package/gnupg/Config.in index 90f07c24c6..1dc27a47c6 100644 --- a/package/gnupg/Config.in +++ b/package/gnupg/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_GNUPG bool "gnupg" select BR2_PACKAGE_ZLIB select BR2_PACKAGE_NCURSES + depends on !BR2_PACKAGE_GNUPG2 help GnuPG is the GNU project's complete and free implementation of the OpenPGP standard as defined by RFC4880. GnuPG allows