]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake-native: add checksums
authorTom Zanussi <tom.zanussi@intel.com>
Wed, 19 Dec 2012 21:19:40 +0000 (15:19 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Dec 2012 21:40:02 +0000 (21:40 +0000)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb

index ca818102bf6b674fb9891f5e550ae43db4c59594..01860a745a4096b448be3917650fce0e7b4898ba 100644 (file)
@@ -2,3 +2,6 @@ require cmake.inc
 inherit native
 
 PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
+SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1"