--- 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 = "[email protected]('PV',d,1).split('.')[0]}[email protected]('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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
