From: Otavio Salvador Date: Thu, 20 Jan 2011 23:42:26 +0000 (+0000) Subject: cmake-sdk: add 2.8.2 recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b8fbdbd2280ebc707975c3560a56e2c4ccad55;p=openembedded.git cmake-sdk: add 2.8.2 recipe Signed-off-by: Otavio Salvador --- diff --git a/recipes/cmake/cmake-sdk_2.8.2.bb b/recipes/cmake/cmake-sdk_2.8.2.bb new file mode 100644 index 0000000000..2c51a4922a --- /dev/null +++ b/recipes/cmake/cmake-sdk_2.8.2.bb @@ -0,0 +1,12 @@ +inherit sdk +require cmake.inc + +PR = "r1" + +SRC_URI[md5sum] = "8c967d5264657a798f22ee23976ff0d9" +SRC_URI[sha256sum] = "766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406" + +do_configure_append () { + sed -e 's/BUILD_CursesDialog:BOOL=ON/BUILD_CursesDialog:BOOL=OFF/' \ + -i CMakeCache.txt +}