From patchwork Sat Jul 14 20:31:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 171020 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id A94CA2C00D6 for ; Sun, 15 Jul 2012 06:32:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B9D93A0292; Sat, 14 Jul 2012 20:32:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4B2DmQMH7SyN; Sat, 14 Jul 2012 20:32:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8DBDEA028A; Sat, 14 Jul 2012 20:32:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 693138F753 for ; Sat, 14 Jul 2012 20:31:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5AF418D171 for ; Sat, 14 Jul 2012 20:31:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kcr1ANbPpKnn for ; Sat, 14 Jul 2012 20:31:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id DE7BF8D07D for ; Sat, 14 Jul 2012 20:31:57 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1Sq90L-0002dz-Ed; Sat, 14 Jul 2012 22:31:56 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1Sq90L-0002n6-2b; Sat, 14 Jul 2012 22:31:53 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Sat, 14 Jul 2012 22:31:49 +0200 Message-Id: <1342297909-10672-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1342297879-9881-1-git-send-email-arnout@mind.be> References: <1342297879-9881-1-git-send-email-arnout@mind.be> Subject: [Buildroot] [PATCH 2/6] file: remove redundant HOST_FILE_DEPENDENCIES X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/file/file.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/file/file.mk b/package/file/file.mk index c9846e4..7f07752 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -7,7 +7,6 @@ FILE_VERSION = 5.11 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib -HOST_FILE_DEPENDENCIES = host-zlib FILE_INSTALL_STAGING = YES define FILE_UNINSTALL_TARGET_CMDS