[oe-commits] Tom Zanussi : cmake-native: add checksums

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 21:40:55 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: ec096d256d8cfb3146d4b2943387ce18ca05df6e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ec096d256d8cfb3146d4b2943387ce18ca05df6e

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Wed Dec 19 15:19:40 2012 -0600

cmake-native: add checksums

commit 771d08 (cmake: Update to 2.8.10.2) removed the checksums from
cmake.inc, and added them to cmake, but forgot to add them to
cmake-native - this adds them.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../cmake/cmake-native_2.8.10.2.bb                 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
index ca81810..01860a7 100644
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
@@ -2,3 +2,6 @@ require cmake.inc
 inherit native
 
 PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
+SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1"





More information about the Openembedded-commits mailing list