]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
minicom: wrap text to 72 characters
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 21 Oct 2015 09:30:14 +0000 (10:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 21 Oct 2015 20:03:25 +0000 (22:03 +0200)
And also add a trailing slash to the URL.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/minicom/Config.in
package/minicom/minicom.mk

index 07dbeba5ff1fc23209a3e49a61dbef72e151db2b..c41c188570dec75a3f7b3c1b6d375fbc2f00f8b7 100644 (file)
@@ -5,11 +5,11 @@ config BR2_PACKAGE_MINICOM
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        select BR2_PACKAGE_NCURSES
        help
-         Minicom is a menu driven communications program.
-         It emulates ANSI and VT102 terminals. It has a
-         dialing directory and auto zmodem download.
+         Minicom is a menu driven communications program. It emulates
+         ANSI and VT102 terminals. It has a dialing directory and auto
+         zmodem download.
 
-         http://alioth.debian.org/projects/minicom
+         http://alioth.debian.org/projects/minicom/
 
 comment "minicom needs a toolchain w/ wchar"
        depends on BR2_USE_MMU
index 26e9cefbbc684065e375270e6db2c1c04c9e7218..94a46286590ab78af5140e4c5f6749655f3e59d6 100644 (file)
@@ -10,9 +10,9 @@ MINICOM_LICENSE = GPLv2+
 MINICOM_LICENSE_FILES = COPYING
 
 # pkg-config is only used to check for liblockdev, which we don't have
-# in BR, so instead of adding host-pkgconf as a dependency, simply
-# make sure the host version isn't used so we don't end up with problems
-# if people have liblockdev1-dev installed
+# in BR, so instead of adding host-pkgconf as a dependency, simply make
+# sure the host version isn't used so we don't end up with problems if
+# people have liblockdev1-dev installed
 MINICOM_CONF_ENV = PKG_CONFIG=/bin/false
 
 MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv)