[oe] [PATCH 2/2] replace sdk -> nativesdk

Joao H. Freitas joaohf at gmail.com
Wed Jun 30 00:43:19 UTC 2010


---
 recipes/cmake/cmake.inc      |    2 +-
 recipes/cmake/cmake_2.8.1.bb |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/cmake/cmake.inc b/recipes/cmake/cmake.inc
index 5601ddb..e53cd35 100644
--- a/recipes/cmake/cmake.inc
+++ b/recipes/cmake/cmake.inc
@@ -10,7 +10,7 @@ PR = "r3"
 CMAKE_MAJOR_VERSION = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz"
 
-BBCLASSEXTEND = "native sdk"
+BBCLASSEXTEND = "native nativesdk"
 
 inherit autotools
 
diff --git a/recipes/cmake/cmake_2.8.1.bb b/recipes/cmake/cmake_2.8.1.bb
index 845ea7c..279495c 100644
--- a/recipes/cmake/cmake_2.8.1.bb
+++ b/recipes/cmake/cmake_2.8.1.bb
@@ -1,7 +1,5 @@
 require cmake.inc
 
-#inherit cmake
-
 do_configure_append() {
 	sed -i -e 's,HAVE_GLIBC_STRERROR_R__TRYRUN_OUTPUT-ADVANCED:INTERNAL=1,HAVE_GLIBC_STRERROR_R__TRYRUN_OUTPUT-ADVANCED:INTERNAL=0,' CMakeCache.txt
 }
-- 
1.7.0.2





More information about the Openembedded-devel mailing list