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>
This commit is contained in:
Vicente Olivert Riera 2015-10-21 10:30:14 +01:00 committed by Thomas Petazzoni
parent 6adacbe61a
commit f0b7b53a29
2 changed files with 7 additions and 7 deletions

View File

@ -5,11 +5,11 @@ config BR2_PACKAGE_MINICOM
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_NCURSES select BR2_PACKAGE_NCURSES
help help
Minicom is a menu driven communications program. Minicom is a menu driven communications program. It emulates
It emulates ANSI and VT102 terminals. It has a ANSI and VT102 terminals. It has a dialing directory and auto
dialing directory and auto zmodem download. zmodem download.
http://alioth.debian.org/projects/minicom http://alioth.debian.org/projects/minicom/
comment "minicom needs a toolchain w/ wchar" comment "minicom needs a toolchain w/ wchar"
depends on BR2_USE_MMU depends on BR2_USE_MMU

View File

@ -10,9 +10,9 @@ MINICOM_LICENSE = GPLv2+
MINICOM_LICENSE_FILES = COPYING MINICOM_LICENSE_FILES = COPYING
# pkg-config is only used to check for liblockdev, which we don't have # 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 # in BR, so instead of adding host-pkgconf as a dependency, simply make
# make sure the host version isn't used so we don't end up with problems # sure the host version isn't used so we don't end up with problems if
# if people have liblockdev1-dev installed # people have liblockdev1-dev installed
MINICOM_CONF_ENV = PKG_CONFIG=/bin/false MINICOM_CONF_ENV = PKG_CONFIG=/bin/false
MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv) MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv)