[Buildroot] [git commit] package/libp11: fix help text

Peter Korsgaard peter at korsgaard.com
Sun Apr 7 06:54:00 UTC 2019


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

Fixes a check-package warning:

package/libp11/Config.in.host:4: help text: <tab><2 spaces><62 chars>
 (http://nightly.buildroot.org/#writing-rules-config-in)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Trent Piepho <tpiepho at impinj.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libp11/Config.in.host | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libp11/Config.in.host b/package/libp11/Config.in.host
index ccc171025a..8da081f868 100644
--- a/package/libp11/Config.in.host
+++ b/package/libp11/Config.in.host
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_HOST_LIBP11
 	bool "host libp11"
 	help
-	  OpenSSL engine for PKCS#11 modules.  Part of the OpenSC project.
+	  OpenSSL engine for PKCS#11 modules. Part of the OpenSC
+	  project.
 
 	  https://github.com/OpenSC/OpenSC/wiki


More information about the buildroot mailing list