mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package: drop unneeded HOST_<pkg>_AUTORECONF = YES
Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the
target values) we automatically enable autoreconf for host builds if it
is enabled for the target, so these can go.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -11,7 +11,6 @@ LIBFTDI_DEPENDENCIES = libusb-compat libusb
|
||||
LIBFTDI_INSTALL_STAGING = YES
|
||||
LIBFTDI_CONFIG_SCRIPTS = libftdi-config
|
||||
LIBFTDI_AUTORECONF = YES
|
||||
HOST_LIBFTDI_AUTORECONF = YES
|
||||
|
||||
LIBFDTI_CONF_OPT = --without-examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user