summaryrefslogtreecommitdiff
path: root/package/minicom
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-10-21 10:30:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-21 22:03:25 +0200
commitf0b7b53a29b976a03cf2b55983d087f8a921d3c3 (patch)
tree15c45e2c47bc160e2b01fa91e2dc2d02e8dad0a3 /package/minicom
parent6adacbe61a110daa741438a91961cf2675683f95 (diff)
minicom: wrap text to 72 characters
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>
Diffstat (limited to 'package/minicom')
-rw-r--r--package/minicom/Config.in8
-rw-r--r--package/minicom/minicom.mk6
2 files changed, 7 insertions, 7 deletions
diff --git a/package/minicom/Config.in b/package/minicom/Config.in
index 07dbeba5f..c41c18857 100644
--- a/package/minicom/Config.in
+++ b/package/minicom/Config.in
@@ -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
diff --git a/package/minicom/minicom.mk b/package/minicom/minicom.mk
index 26e9cefbb..94a462865 100644
--- a/package/minicom/minicom.mk
+++ b/package/minicom/minicom.mk
@@ -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)