diff options
author | 2017-12-18 09:21:05 +0100 | |
---|---|---|
committer | 2017-12-18 09:22:54 +0100 | |
commit | 2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (patch) | |
tree | 36d7ec9a782d6879a40323aa75edb027efd89640 /package/omniorb | |
parent | 20cdd433142e49a6c9e35085565e7f2c4ce97e44 (diff) | |
download | buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.tar.gz buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.tar.bz2 |
package/*/Config.in: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help
text of all package Config.in files, related to the formatting of the
help text: should start with a tab, then 2 spaces, then at most 62
characters.
The vast majority of warnings fixed were caused by too long lines. A
few warnings were related to spaces being used instead of a tab to
indent the help text.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/omniorb')
-rw-r--r-- | package/omniorb/Config.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package/omniorb/Config.in b/package/omniorb/Config.in index b8c4e0a59e..4af91a4db7 100644 --- a/package/omniorb/Config.in +++ b/package/omniorb/Config.in @@ -7,11 +7,13 @@ config BR2_PACKAGE_OMNIORB depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS help - omniORB is a robust high performance CORBA ORB for C++ and Python. - omniORB is largely CORBA 2.6 compliant. omniORB is one of only - three ORBs to have been awarded the Open Group's Open Brand for - CORBA. This means that omniORB has been tested and certified - CORBA compliant, to version 2.1 of the CORBA specification. + omniORB is a robust high performance CORBA ORB for C++ and + Python. + omniORB is largely CORBA 2.6 compliant. omniORB is one of + only three ORBs to have been awarded the Open Group's Open + Brand for CORBA. This means that omniORB has been tested and + certified CORBA compliant, to version 2.1 of the CORBA + specification. http://omniorb.sourceforge.net/ |