From patchwork Mon Oct 29 15:53:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thiago Correa X-Patchwork-Id: 195059 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 C48022C007C for ; Tue, 30 Oct 2012 02:54:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 515DB30E94; Mon, 29 Oct 2012 15:53:59 +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 82gRiszZOUU5; Mon, 29 Oct 2012 15:53:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 53292201DF; Mon, 29 Oct 2012 15:53:58 +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 15E848F74A for ; Mon, 29 Oct 2012 15:54:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 71A3E8C2B5 for ; Mon, 29 Oct 2012 15:53:56 +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 bAQfuuUPUXyo for ; Mon, 29 Oct 2012 15:53:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-gg0-f171.google.com (mail-gg0-f171.google.com [209.85.161.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8BAF48C1DB for ; Mon, 29 Oct 2012 15:53:55 +0000 (UTC) Received: by mail-gg0-f171.google.com with SMTP id b2so1023480ggm.16 for ; Mon, 29 Oct 2012 08:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=UzScoJapCAQ4cz1RnReBr2+Kt8sRV+90gZq6EBHwiUg=; b=iZe2LNZCs1lTHWwCAT1xVXohwJR/KO5gq51fnTVjXaYYWfbuepe+xG5Em4uwg4g/fQ /9dRoCc0PpHEObEiy9NFEFgq+Pfp5OMc6aQbEPUdqbHzPLTvlzgnSXZ7OeIsjDQZ87oR L1sRdpGPBSm7hRpaerIQrRsLVLL36R6ksY8GJyGsJ+vJu/5Lx0XjREEcrC42lBzy6mt+ Bntwa7meIWx0rmwoBE9OGB3NuAxE1K0t2w3uW5vfekj/A0LLZMRPFpXdHjJgBlFJNIzJ Kg0ucbdcOADYSFDnD9PeskZ8IoAWo5z2LcHgI3I4tVODYzopdpwaTdIkZhYIKoJrRe9h fY/A== Received: by 10.236.92.15 with SMTP id i15mr29428968yhf.85.1351526034669; Mon, 29 Oct 2012 08:53:54 -0700 (PDT) Received: from localhost.comm5.com.br ([177.141.130.195]) by mx.google.com with ESMTPS id f15sm9784750yhi.11.2012.10.29.08.53.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Oct 2012 08:53:54 -0700 (PDT) Date: Mon, 29 Oct 2012 13:53:19 -0200 From: "Thiago A. Correa" To: buildroot@busybox.net Message-ID: <20121029155319.GA15056@localhost.comm5.com.br> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [Buildroot] [PATCH] cmake: bump version to 2.8.9 Signed-off-by: Thiago A. Correa 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net --- package/cmake/cmake.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk index 2406e5c..e2bc31f 100644 --- a/package/cmake/cmake.mk +++ b/package/cmake/cmake.mk @@ -1,4 +1,4 @@ -CMAKE_VERSION = 2.8.5 +CMAKE_VERSION = 2.8.9 CMAKE_SITE = http://www.cmake.org/files/v2.8/ define HOST_CMAKE_CONFIGURE_CMDS