mtools: remove empty host dependencies definition

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Julien Floret 2016-07-03 00:21:33 +02:00 committed by Thomas Petazzoni
parent 02e4eae604
commit a2c6ca7da7

View file

@ -22,11 +22,9 @@ HOST_MTOOLS_CONF_ENV = \
ifeq ($(BR2_PACKAGE_LIBICONV),y)
MTOOLS_DEPENDENCIES += libiconv
MTOOLS_CONF_ENV += LIBS=-liconv
# We have no host dependencies
HOST_MTOOLS_DEPENDENCIES =
endif
# Package does not build in parallel due to improper make rules
# Package does not build in parallel due to improper make rules
MTOOLS_MAKE = $(MAKE1)
$(eval $(autotools-package))