From 4ef6845bef012771330bdc727e8f39f95f25c8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 Dec 2016 11:55:45 +0100 Subject: [PATCH] cmake_auto_align_paths.bbclass: remove unused code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/cmake_auto_align_paths.bbclass | 9 --------- 1 file changed, 9 deletions(-) diff --git a/classes/cmake_auto_align_paths.bbclass b/classes/cmake_auto_align_paths.bbclass index 409b9278..8fe34b88 100644 --- a/classes/cmake_auto_align_paths.bbclass +++ b/classes/cmake_auto_align_paths.bbclass @@ -1,12 +1,3 @@ -# do_configure_append_class-cross does not work so hack -do_configure_prepend_class-native() { - no_cmake_auto_align_paths=true -} - -do_configure_prepend_class-nativesdk() { - no_cmake_auto_align_paths=true -} - do_configure_append() { # remove absolute paths from exported cmake files for f in `find ${B}/CMakeFiles/Export -name '*.cmake'` ${CMAKE_ADD_ALIGN_FILES} ; do