All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/libp11: fix help text
@ 2019-04-07  6:54 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-04-07  6:54 UTC (permalink / raw)
  To: buildroot

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@free.fr>
Cc: Trent Piepho <tpiepho@impinj.com>
Signed-off-by: Peter Korsgaard <peter@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-07  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-07  6:54 [Buildroot] [git commit] package/libp11: fix help text Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.