diff options
author | David Kozub <zub@linux.fjfi.cvut.cz> | 2010-07-26 14:24:12 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 07:47:45 +0200 |
commit | 2ca2dea3e402bd4bc1e897fb21caa04a6ac4696b (patch) | |
tree | 3094d51b1a22187eab6a72415b291ba4f3de8bb7 | |
parent | d0f8c51b166e16aea809cb396ed3b4200266a5e1 (diff) |
cmake-native: add recipe for cmake 2.8.2.
Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/cmake/cmake-native_2.8.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/cmake/cmake-native_2.8.2.bb b/recipes/cmake/cmake-native_2.8.2.bb new file mode 100644 index 0000000000..a6235254ef --- /dev/null +++ b/recipes/cmake/cmake-native_2.8.2.bb @@ -0,0 +1,5 @@ +inherit native +require cmake.inc + +SRC_URI[md5sum] = "8c967d5264657a798f22ee23976ff0d9" +SRC_URI[sha256sum] = "766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406" |