diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-12-19 15:19:40 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 21:40:05 +0000 |
commit | 957e090cac5a3e9f1cd0d4e71213c051c7263766 (patch) | |
tree | 7d9a60a9bc0159f1ed9acd382e293eab5f4c0586 | |
parent | 80bc9a0643f31029558eda8cbc5365b7583f1a29 (diff) | |
download | poky-957e090cac5a3e9f1cd0d4e71213c051c7263766.tar.gz |
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.
(From OE-Core rev: ec096d256d8cfb3146d4b2943387ce18ca05df6e)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/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 ca818102bf..01860a745a 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 | |||
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | |||
6 | SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c" | ||
7 | SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1" | ||