From: Yann E. MORIN Date: Sun, 7 Apr 2019 06:39:44 +0000 (+0200) Subject: package/libp11: fix help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7e098ac1d89e285e19b2f1617190394759e790a;p=buildroot.git package/libp11: fix help text Fixes a check-package warning: package/libp11/Config.in.host:4: help text: <2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Signed-off-by: "Yann E. MORIN" Cc: Trent Piepho Signed-off-by: Peter Korsgaard --- 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