From patchwork Fri Sep 19 07:13:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jeremy Rosen X-Patchwork-Id: 391132 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B4C3D140187 for ; Fri, 19 Sep 2014 17:14:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B712FA230A; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KVWIIpd3kaOl; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2B76DA22F3; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 03BCC1C1FED for ; Fri, 19 Sep 2014 07:13:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F3446A22F3 for ; Fri, 19 Sep 2014 07:13:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91o9Zt5GH0H1 for ; Fri, 19 Sep 2014 07:13:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E67C9A22F0 for ; Fri, 19 Sep 2014 07:13:57 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id m15so1951155wgh.8 for ; Fri, 19 Sep 2014 00:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=2rlPYkgYFS4WbSxoLSvr6XLFEosCehgtYFFOaiGH/DQ=; b=fbKu/ClZHsG8MLIbOf57gX6azE03iusqALnGfzIar4RbF0XxKywmuWUflE/JbZgwzy 4o0s7VIW6c0NMpdQ4C/2j7O2QKpLYNJboZzjuHXePgmELQSAcDCkmsy9q70hBU1ZwXKW eGfM/6Y45Bfz6bFfN8SpMBx6yr375OpNjAAu/BILy/VNb2x1rOrwZX837g7eCFtbW+Zs 6/0iQcrDuvL/N7u5665skkQAhi0LoKE6DDUZpoTZ7iGCkuYXkQT4/JqzIqpWq9M5kPED P4H1WEUR07d31aDZGmxFzuj9rXAgSJCaw/xs4OFr7buKuWrS569aSTDa3voHtCYvgHR7 ny4A== X-Received: by 10.194.120.37 with SMTP id kz5mr1689081wjb.107.1411110836166; Fri, 19 Sep 2014 00:13:56 -0700 (PDT) Received: from pcrosen.daviel.openwide.fr. ([193.56.60.161]) by mx.google.com with ESMTPSA id wx3sm1229787wjc.19.2014.09.19.00.13.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Sep 2014 00:13:55 -0700 (PDT) From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rosen?= To: buildroot@uclibc.org Date: Fri, 19 Sep 2014 09:13:49 +0200 Message-Id: <1411110831-27676-1-git-send-email-jeremy.rosen@openwide.fr> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] cmake : bump to version 3.0.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jérémy Rosen --- package/cmake/cmake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk index bfeb147..e09fddf 100644 --- a/package/cmake/cmake.mk +++ b/package/cmake/cmake.mk @@ -4,8 +4,8 @@ # ################################################################################ -CMAKE_VERSION_MAJOR = 2.8 -CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).12.2 +CMAKE_VERSION_MAJOR = 3.0 +CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2 CMAKE_SITE = http://www.cmake.org/files/v$(CMAKE_VERSION_MAJOR) CMAKE_LICENSE = BSD-3c CMAKE_LICENSE_FILES = Copyright.txt