[oe-commits] [openembedded-core] 06/09: cmake: remove unused dont-run-cross-binaries.patch

git at git.openembedded.org git at git.openembedded.org
Wed Apr 6 09:32:17 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b99eec460cb14dce3580b8f5da6ce8b97d2078c5
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Apr 5 23:58:42 2016 -0700

    cmake: remove unused dont-run-cross-binaries.patch
    
    It hasn't been used since June 2015 when upgraded the recipe, this patch
    was used for crosscompiling, now the crosscompile works well without it,
    so remove it.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../cmake/cmake/dont-run-cross-binaries.patch      | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch b/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
deleted file mode 100644
index 0c059f1..0000000
--- a/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-cmake: don't run cross-binaries on host machine
-
-When doing the cross build we obviously cannot run those binaries on
-host since they can be binary incompatible.
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
-
-Index: cmake-2.8.10.1/CMakeLists.txt
-===================================================================
---- cmake-2.8.10.1.orig/CMakeLists.txt
-+++ cmake-2.8.10.1/CMakeLists.txt
-@@ -588,7 +588,8 @@ mark_as_advanced(CMAKE_STRICT)
- 
- # build the remaining subdirectories
- add_subdirectory(Source)
--add_subdirectory(Utilities)
-+# Come on! Running the cross-binaries on host is not a good idea.
-+#add_subdirectory(Utilities)
- add_subdirectory(Tests)
- 
- if(BUILD_TESTING)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list