mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +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:
@@ -10,7 +10,6 @@ GETTEXT_INSTALL_STAGING = YES
|
||||
GETTEXT_LICENSE = GPLv2+
|
||||
GETTEXT_LICENSE_FILES = COPYING
|
||||
GETTEXT_AUTORECONF = YES
|
||||
HOST_GETTEXT_AUTORECONF = YES
|
||||
|
||||
GETTEXT_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
HOST_GETTEXT_DEPENDENCIES = # we don't want the libiconv dependency
|
||||
|
||||
Reference in New Issue
Block a user