summaryrefslogtreecommitdiff
path: root/package/gnupg
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-06-06 14:44:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 23:32:44 +0200
commit2cadb26e6d4267998e6927bd5b972b2cffeb19e0 (patch)
tree8368eff19df8da1a12327891a9fbae9899316d28 /package/gnupg
parentbeb49d882e03d4596d40dafad21e50460a6f1ef0 (diff)
gnupg: make gnupg and gnupg2 mutually exclusive
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gnupg')
-rw-r--r--package/gnupg/Config.in1
1 files changed, 1 insertions, 0 deletions
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