From patchwork Sun Dec 3 19:34:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 844007 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yqdWS3SPWz9s83 for ; Mon, 4 Dec 2017 06:35:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E0DE28828A; Sun, 3 Dec 2017 19:34:55 +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 3zwfc2uDwxLu; Sun, 3 Dec 2017 19:34:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8FD5887EE5; Sun, 3 Dec 2017 19:34:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E0A321BF20D for ; Sun, 3 Dec 2017 19:34:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D904C87F69 for ; Sun, 3 Dec 2017 19:34:51 +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 E2N25rgmECPF for ; Sun, 3 Dec 2017 19:34:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id B754387EE5 for ; Sun, 3 Dec 2017 19:34:50 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 1568144093E; Sun, 3 Dec 2017 21:34:31 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Sun, 3 Dec 2017 21:34:39 +0200 Message-Id: <56865396f4479cc462155a8662fcbadc0caaa17e.1512329679.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.15.0 In-Reply-To: <6ad09d50510868507c76a49ae5b0df26dc24f46e.1512329679.git.baruch@tkos.co.il> References: <6ad09d50510868507c76a49ae5b0df26dc24f46e.1512329679.git.baruch@tkos.co.il> Subject: [Buildroot] [PATCH 2/2] Revert "trinity: add optional dependency on btrfs-progs" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vicente Olivert Riera MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This reverts commit a81782a3f5dc08bb8d740acb1e6d361022f62f96. The trinity package does not use btrfs-progs, only btrfs kernel headers. Cc: Vicente Olivert Riera Signed-off-by: Baruch Siach --- package/trinity/trinity.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/trinity/trinity.mk b/package/trinity/trinity.mk index 61565d073d1a..b75c46943efe 100644 --- a/package/trinity/trinity.mk +++ b/package/trinity/trinity.mk @@ -10,10 +10,6 @@ TRINITY_SOURCE = trinity-$(TRINITY_VERSION).tar.xz TRINITY_LICENSE = GPL-2.0 TRINITY_LICENSE_FILES = COPYING -ifeq ($(BR2_PACKAGE_BTRFS_PROGS),y) -TRINITY_DEPENDENCIES += btrfs-progs -endif - define TRINITY_CONFIGURE_CMDS (cd $(@D); $(TARGET_CONFIGURE_OPTS) ./configure) endef