cmake-native: update to 2.2.3
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 18:13:34 +0000 (18:13 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 18:13:34 +0000 (18:13 +0000)
packages/cmake/cmake-native_2.2.3.bb [moved from packages/cmake/cmake-native_2.2.2.bb with 82% similarity]

similarity index 82%
rename from packages/cmake/cmake-native_2.2.2.bb
rename to packages/cmake/cmake-native_2.2.3.bb
index fa0b630..b4e84cc 100644 (file)
@@ -7,11 +7,11 @@ HOMEPAGE = "http://www.cmake.org/"
 LICENSE = "Berkely-style license"
 SECTION = "console/utils"
 
-SRC_URI = "http://www.cmake.org/files/v2.2/cmake-2.2.1.tar.gz"
+SRC_URI = "http://www.cmake.org/files/v2.2/cmake-${PV}.tar.gz"
 
 inherit autotools
 
-S = "${WORKDIR}/cmake-2.2.1"
+S = "${WORKDIR}/cmake-${PV}"
 
 inherit native