Commit f0b7b53a authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

minicom: wrap text to 72 characters



And also add a trailing slash to the URL.

Signed-off-by: default avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6adacbe6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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)