From patchwork Mon Jun 3 15:15:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 248311 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7EBC22C00A7 for ; Tue, 4 Jun 2013 01:16:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EA93A23EC3; Mon, 3 Jun 2013 15:16:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SD0xAbBQwOS2; Mon, 3 Jun 2013 15:16:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9C5152641A; Mon, 3 Jun 2013 15:16:01 +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 6728290279 for ; Mon, 3 Jun 2013 15:16:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 19A058CDE5 for ; Mon, 3 Jun 2013 15:16:01 +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 kExsE9IP0pYD for ; Mon, 3 Jun 2013 15:15:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id D2DA98CB08 for ; Mon, 3 Jun 2013 15:15:56 +0000 (UTC) Received: from asgard (host199.186-125-227.telecom.net.ar [186.125.227.199]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r53FFnO2006116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 3 Jun 2013 15:15:52 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1370272554; bh=JFrMTPcs9aOJXt9OvuNnFWERjvwoIEmAurx372ZCTxo=; h=From:To:Cc:Subject:Date; b=nAXajUddR9EGgs0B7lQYTxTH9myEWwrf/kq9/pSGAD+SxgnNIin6ykC9SU04Vnpxx MJNK5+SRk8mXOhEA1ijapBMIkoFrb1G5okP/dlP4dy2Fvu1ZgP92vue4n89ys6q/AH /BAEx1SnSVrkoGvnhap5sKo4KfkzO+8d/SVB5brY= Received: by asgard (sSMTP sendmail emulation); Mon, 03 Jun 2013 12:15:48 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 3 Jun 2013 12:15:48 -0300 Message-Id: <1370272548-32532-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] git: needs zlib and host-gettext 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 host-gettext fixes: http://autobuild.buildroot.net/results/a5b/a5b1bb708d62a9e296f05899f0984087fcf9e2ce/ zlib fixes: http://autobuild.buildroot.net/results/08f/08f5ed4dd35ad1ce06dda7577aae87b9aa7069b2/ Signed-off-by: Gustavo Zacarias --- package/git/Config.in | 1 + package/git/git.mk | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package/git/Config.in b/package/git/Config.in index 31e5ffe..dc342aa 100644 --- a/package/git/Config.in +++ b/package/git/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_GIT bool "git" depends on BR2_LARGEFILE + select BR2_PACKAGE_ZLIB help Git is a free and open source distributed version control system designed to handle everything from small to very large projects. diff --git a/package/git/git.mk b/package/git/git.mk index 408456b..6bc9761 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -8,10 +8,7 @@ GIT_VERSION = 1.8.3 GIT_SITE = http://git-core.googlecode.com/files/ GIT_LICENSE = GPLv2 LGPLv2.1+ GIT_LICENSE_FILES = COPYING LGPL-2.1 - -ifeq ($(BR2_PACKAGE_ZLIB),y) - GIT_DEPENDENCIES += zlib -endif +GIT_DEPENDENCIES = zlib host-gettext ifeq ($(BR2_PACKAGE_OPENSSL),y) GIT_DEPENDENCIES += openssl