diff mbox

[69/69] tar: remove empty host dependencies definition

Message ID 1467498098-23731-70-git-send-email-julien.floret@6wind.com
State Accepted
Headers show

Commit Message

Julien Floret July 2, 2016, 10:21 p.m. UTC
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>
---
 package/tar/tar.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni July 3, 2016, 8:29 a.m. UTC | #1
Hello,

On Sun,  3 Jul 2016 00:21:38 +0200, Julien Floret wrote:
> 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>
> ---
>  package/tar/tar.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 767c02f9f990..26f113a4d2ab 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)