[oe-commits] Otavio Salvador : cmake: update from 2.8.2 to 2.8.3

git version control git at git.openembedded.org
Wed Feb 23 21:09:39 UTC 2011


Module: openembedded.git
Branch: master
Commit: 07fdc0e4e93c33cff62e6265074e662ed533fdf3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=07fdc0e4e93c33cff62e6265074e662ed533fdf3

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Feb 23 21:07:14 2011 +0000

cmake: update from 2.8.2 to 2.8.3

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 .../dont-run-cross-binaries.patch                  |    0
 ...cmake-native_2.8.2.bb => cmake-native_2.8.3.bb} |    4 ++--
 .../{cmake-sdk_2.8.2.bb => cmake-sdk_2.8.3.bb}     |    4 ++--
 recipes/cmake/{cmake_2.8.2.bb => cmake_2.8.3.bb}   |    6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/cmake/cmake-2.8.2/dont-run-cross-binaries.patch b/recipes/cmake/cmake-2.8.3/dont-run-cross-binaries.patch
similarity index 100%
rename from recipes/cmake/cmake-2.8.2/dont-run-cross-binaries.patch
rename to recipes/cmake/cmake-2.8.3/dont-run-cross-binaries.patch
diff --git a/recipes/cmake/cmake-native_2.8.2.bb b/recipes/cmake/cmake-native_2.8.3.bb
similarity index 56%
rename from recipes/cmake/cmake-native_2.8.2.bb
rename to recipes/cmake/cmake-native_2.8.3.bb
index c7b3d80..e04885f 100644
--- a/recipes/cmake/cmake-native_2.8.2.bb
+++ b/recipes/cmake/cmake-native_2.8.3.bb
@@ -3,8 +3,8 @@ require cmake.inc
 
 PR = "r1"
 
-SRC_URI[md5sum] = "8c967d5264657a798f22ee23976ff0d9"
-SRC_URI[sha256sum] = "766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406"
+SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
+SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"
 
 do_configure_append () {
         sed -e 's/BUILD_CursesDialog:BOOL=ON/BUILD_CursesDialog:BOOL=OFF/' \
diff --git a/recipes/cmake/cmake-sdk_2.8.2.bb b/recipes/cmake/cmake-sdk_2.8.3.bb
similarity index 56%
rename from recipes/cmake/cmake-sdk_2.8.2.bb
rename to recipes/cmake/cmake-sdk_2.8.3.bb
index 2c51a49..5035b81 100644
--- a/recipes/cmake/cmake-sdk_2.8.2.bb
+++ b/recipes/cmake/cmake-sdk_2.8.3.bb
@@ -3,8 +3,8 @@ require cmake.inc
 
 PR = "r1"
 
-SRC_URI[md5sum] = "8c967d5264657a798f22ee23976ff0d9"
-SRC_URI[sha256sum] = "766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406"
+SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
+SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"
 
 do_configure_append () {
         sed -e 's/BUILD_CursesDialog:BOOL=ON/BUILD_CursesDialog:BOOL=OFF/' \
diff --git a/recipes/cmake/cmake_2.8.2.bb b/recipes/cmake/cmake_2.8.3.bb
similarity index 91%
rename from recipes/cmake/cmake_2.8.2.bb
rename to recipes/cmake/cmake_2.8.3.bb
index 41ba813..8c96388 100644
--- a/recipes/cmake/cmake_2.8.2.bb
+++ b/recipes/cmake/cmake_2.8.3.bb
@@ -4,6 +4,9 @@ inherit cmake
 
 DEPENDS += "curl expat zlib"
 
+SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
+SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"
+
 SRC_URI += "file://dont-run-cross-binaries.patch"
 
 # Strip ${prefix} from ${docdir}, set result into docdir_stripped
@@ -33,9 +36,6 @@ EXTRA_OECMAKE=" \
     -DKWSYS_LFS_DISABLE=1 \
 "
 
-SRC_URI[md5sum] = "8c967d5264657a798f22ee23976ff0d9"
-SRC_URI[sha256sum] = "766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406"
-
 FILES_${PN} += "${datadir}/cmake-2.8"
 
 # The doc is quite... absent. Just the licensing information is there.





More information about the Openembedded-commits mailing list