mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/minicom: drop autoreconf
autoreconf (and so AM_ICONV) is not needed since commit2df32e0d44
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit5d25d5cb66
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d806825797
commit
b935ee674d
@ -11,12 +11,9 @@ MINICOM_SITE = \
|
||||
MINICOM_LICENSE = GPL-2.0+
|
||||
MINICOM_LICENSE_FILES = COPYING
|
||||
MINICOM_CPE_ID_VENDOR = minicom_project
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user