[Buildroot] [git commit] gnupg: fix prompt of Config.in.host

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Apr 1 11:53:59 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=083716cdfbc42ac5cd53d3d10ac76a57427c11af
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

It should be "host gnupg" and not "host-gnupg" to be consistent with
all other Config.in.host options.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gnupg/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gnupg/Config.in.host b/package/gnupg/Config.in.host
index a872ec820f..3686415796 100644
--- a/package/gnupg/Config.in.host
+++ b/package/gnupg/Config.in.host
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_HOST_GNUPG
-	bool "host-gnupg"
+	bool "host gnupg"
 	help
 	  GnuPG is the GNU project's complete and free implementation
 	  of the OpenPGP standard as defined by RFC4880. GnuPG allows


More information about the buildroot mailing list