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:
parent
02e4eae604
commit
a2c6ca7da7
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user