41b876d5f4
Drop patch since it's replaced by upstream commit:
23292150e0
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
712 B
Makefile
24 lines
712 B
Makefile
################################################################################
|
|
#
|
|
# minicom
|
|
#
|
|
################################################################################
|
|
|
|
MINICOM_VERSION = 23292150e07ec264827fb6cf237ddb0ac9fc043b
|
|
MINICOM_SITE = https://salsa.debian.org/minicom-team/minicom.git
|
|
MINICOM_SITE_METHOD = git
|
|
MINICOM_LICENSE = GPL-2.0+
|
|
MINICOM_LICENSE_FILES = COPYING
|
|
MINICOM_AUTORECONF = YES
|
|
|
|
MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
|
$(TARGET_NLS_DEPENDENCIES) host-pkgconf
|
|
# add host-gettext for AM_ICONV macro
|
|
MINICOM_DEPENDENCIES += host-gettext
|
|
|
|
MINICOM_CONF_OPTS = \
|
|
--enable-dfl-port=/dev/ttyS1 \
|
|
--enable-lock-dir=/var/lock
|
|
|
|
$(eval $(autotools-package))
|