From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay02.ispgateway.de ([80.67.29.24]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Rhj70-0001w6-CX for ptxdist@pengutronix.de; Mon, 02 Jan 2012 15:43:44 +0100 Received: from [88.217.106.233] (helo=kopernikus.fritz.box) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Rhj6z-0006lL-St for ptxdist@pengutronix.de; Mon, 02 Jan 2012 15:43:42 +0100 From: Bernhard Walle Date: Mon, 2 Jan 2012 15:43:36 +0100 Message-Id: <1325515416-16038-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH] Update host-cmake to 2.8.7 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Bernhard Walle --- ...-only-look-for-Python-with-version-number.patch | 0 patches/{cmake-2.8.6 => cmake-2.8.7}/series | 0 rules/host-cmake.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{cmake-2.8.6 => cmake-2.8.7}/0001-only-look-for-Python-with-version-number.patch (100%) rename patches/{cmake-2.8.6 => cmake-2.8.7}/series (100%) diff --git a/patches/cmake-2.8.6/0001-only-look-for-Python-with-version-number.patch b/patches/cmake-2.8.7/0001-only-look-for-Python-with-version-number.patch similarity index 100% rename from patches/cmake-2.8.6/0001-only-look-for-Python-with-version-number.patch rename to patches/cmake-2.8.7/0001-only-look-for-Python-with-version-number.patch diff --git a/patches/cmake-2.8.6/series b/patches/cmake-2.8.7/series similarity index 100% rename from patches/cmake-2.8.6/series rename to patches/cmake-2.8.7/series diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 03e560a..b3fb413 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake # # Paths and names # -HOST_CMAKE_VERSION := 2.8.6 -HOST_CMAKE_MD5 := 2147da452fd9212bb9b4542a9eee9d5b +HOST_CMAKE_VERSION := 2.8.7 +HOST_CMAKE_MD5 := e1b237aeaed880f65dec9c20602452f6 HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION) HOST_CMAKE_SUFFIX := tar.gz HOST_CMAKE_URL := http://www.cmake.org/files/v2.8/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX) -- 1.7.8.1 -- ptxdist mailing list ptxdist@pengutronix.de