summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-07-03 00:21:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 10:24:02 +0200
commit7c0a72b22eb748d0f6c9cb96f16cd104706d2c16 (patch)
tree4d37bbaf1c2bd9bc16913467d2759f7aaec2cdcc
parent97e3d82d91fbb10f891ffa691bdd0e66cc1821d8 (diff)
downloadbuildroot-7c0a72b22eb748d0f6c9cb96f16cd104706d2c16.tar.gz
buildroot-7c0a72b22eb748d0f6c9cb96f16cd104706d2c16.zip
tar: remove empty host dependencies definition
Note that host-tar dependencies were broken with automatic derivation of host dependencies: host-tar could depend (or not) on host-attr (and even on non-existing host-acl!), depending on BR2_PACKAGE_BUSYBOX. Now, host-tar has no dependency. Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/tar/tar.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 767c02f9f9..26f113a4d2 100644
--- a/package/tar/tar.mk
+++ b/package/tar/tar.mk
@@ -16,7 +16,6 @@ TAR_LICENSE_FILES = COPYING
# Prefer full-blown tar over buybox's version
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
TAR_DEPENDENCIES += busybox
-HOST_TAR_DEPENDENCIES =
endif
ifeq ($(BR2_PACKAGE_ACL),y)
OpenPOWER on IntegriCloud