[Buildroot] [PATCH 2/2] package/file: drop host-file

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Feb 1 11:04:27 UTC 2020


file does not need a dependency on host-file and as host-file was only
used by file, drop host-file altogether

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/file/file.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/file/file.mk b/package/file/file.mk
index 42f9524ed1..b2e1e7c171 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -6,15 +6,12 @@
 
 FILE_VERSION = 5.38
 FILE_SITE = ftp://ftp.astron.com/pub/file
-FILE_DEPENDENCIES = host-file
-HOST_FILE_DEPENDENCIES = host-zlib
 FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 FILE_INSTALL_STAGING = YES
 FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
 FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
 # We're patching configure.ac
 FILE_AUTORECONF = YES
-HOST_FILE_CONF_OPTS = --disable-libseccomp
 
 ifeq ($(BR2_PACKAGE_BZIP2),y)
 FILE_CONF_OPTS += --enable-bzlib
@@ -45,4 +42,3 @@ FILE_CONF_OPTS += --disable-zlib
 endif
 
 $(eval $(autotools-package))
-$(eval $(host-autotools-package))
-- 
2.24.1




More information about the buildroot mailing list