From patchwork Thu Aug 21 20:45:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 382041 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 8EF5314013E for ; Fri, 22 Aug 2014 06:45:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 43A482F7BB; Thu, 21 Aug 2014 20:45:46 +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 qsQ-a2s1irxd; Thu, 21 Aug 2014 20:45:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 133BF26BC9; Thu, 21 Aug 2014 20:45:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3A2AC1BFA6A for ; Thu, 21 Aug 2014 20:45:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E662326B4B for ; Thu, 21 Aug 2014 20:45:40 +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 66ttIw3VtYvL for ; Thu, 21 Aug 2014 20:45:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by silver.osuosl.org (Postfix) with ESMTPS id 25A401FDF9 for ; Thu, 21 Aug 2014 20:45:40 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id u56so9791787wes.28 for ; Thu, 21 Aug 2014 13:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EUuPqZ8aeoxYtFPcZxbp7LTSGdJQhd9+ey0hyAviDQs=; b=euK8uUClTGBXLJMJuogcCkgJeHwDUlg4ZcyjMljT4Jll8vg7XH0PFtioO0SKkE0YmF dxI2UBip1C9tgCYGpWmZKJiazRwM80FtSu05IzkCdsDgB+q+vtf+W44QnvbCAMlyhgBx GFbh6MQO97CiGcPNqtDQ/LE+dQKVyRQYdJNbItn+qJbOIvJAETqADvV/Zeq41fZezQJx HkxM912kFjHnisUAzeecrnyCq8xGyjMaBeUGuTqP1SGO94TTR7BJlMN8s9eefr7S6ZOP lcc7La+Ezf7genWO7QLkHxoIbjIcGAA2ADPbFpIaB0KoKV0lcyD36Yq5xiP01Y448WUD 39cA== X-Received: by 10.194.184.230 with SMTP id ex6mr752568wjc.83.1408653938694; Thu, 21 Aug 2014 13:45:38 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id je3sm23540160wic.11.2014.08.21.13.45.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Aug 2014 13:45:38 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Thu, 21 Aug 2014 22:45:16 +0200 Message-Id: <1408653920-18954-2-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1408653920-18954-1-git-send-email-s.martin49@gmail.com> References: <1408653920-18954-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH v2 1/5] package/pkg-cmake.mk: remove the USE_CCACHE CMake flag for host-package 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 The USE_CCACHE CMake flag is only useful when building target package (only the toolchainfile.cmake uses it). Signed-off-by: Samuel Martin Acked-by: "Yann E. MORIN" --- changes v1 -> v2: - no change --- package/pkg-cmake.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index 30198a9..f5aefae 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -86,7 +86,6 @@ define $(2)_CONFIGURE_CMDS -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY="BOTH" \ -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" \ -DCMAKE_INSTALL_PREFIX="$$(HOST_DIR)/usr" \ - -DUSE_CCACHE=$$(if $$(BR2_CCACHE),ON,OFF) \ -DBUILD_TESTING=OFF \ $$($$(PKG)_CONF_OPT) \ )