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>
This commit is contained in:
Julien Floret 2016-07-03 00:21:38 +02:00 committed by Thomas Petazzoni
parent 97e3d82d91
commit 7c0a72b22e

View File

@ -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)