diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2015-02-20 13:28:57 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-20 18:56:34 +0100 |
commit | 3fa9de28d4a8dd5c65ee1e54b88e2d53d4e01da1 (patch) | |
tree | 84de237d355cef32b2aac66b21201e075c8a8e3f | |
parent | 733431b5f9bb29b9807b9094a6f7c4fd06312d5c (diff) | |
download | buildroot-3fa9de28d4a8dd5c65ee1e54b88e2d53d4e01da1.tar.gz buildroot-3fa9de28d4a8dd5c65ee1e54b88e2d53d4e01da1.zip |
libserialport: drop untrue statement from Config.in help
According to http://sigrok.org/wiki/Libserialport:
Note: While libserialport is hosted on sigrok.org (and sigrok
uses libserialport), this is a completely independent library
that can be used by other projects as well. The libserialport
library does not depend on any sigrok related libraries or
projects.
Drop the fragment about being a part of the sigrok suite and
extend the help text.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libserialport/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libserialport/Config.in b/package/libserialport/Config.in index 1e2935f1c2..d8218309e9 100644 --- a/package/libserialport/Config.in +++ b/package/libserialport/Config.in @@ -1,8 +1,9 @@ config BR2_PACKAGE_LIBSERIALPORT bool "libserialport" help - Serial port access library. - - This library is a part of the sigrok software suite. + Libserialport is a minimal, cross-platform shared + library written in C that is intended to take care + of the OS-specific details when writing software + that uses serial ports. http://sigrok.org/wiki/Libserialport |