Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] cmake: Whitespace fix
@ 2015-06-03 13:57 Moritz Blume
  2015-06-03 13:57 ` [PATCH 2/2] cmake: Upgrade 2.8.12.2 -> 3.2.2 Moritz Blume
  0 siblings, 1 reply; 6+ messages in thread
From: Moritz Blume @ 2015-06-03 13:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Moritz Blume <moritz.blume@bmw-carit.de>
---
 meta/classes/cmake.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index 3549c38..1ebb936 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -82,7 +82,7 @@ cmake_do_configure() {
 		mkdir -p ${B}
 		cd ${B}
 	else
-		find ${B} -name CMakeFiles -or -name Makefile -or -name cmake_install.cmake -or -name CMakeCache.txt -delete	
+		find ${B} -name CMakeFiles -or -name Makefile -or -name cmake_install.cmake -or -name CMakeCache.txt -delete
 	fi
 
 	# Just like autotools cmake can use a site file to cache result that need generated binaries to run
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-09  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 13:57 [PATCH 1/2] cmake: Whitespace fix Moritz Blume
2015-06-03 13:57 ` [PATCH 2/2] cmake: Upgrade 2.8.12.2 -> 3.2.2 Moritz Blume
2015-06-03 14:55   ` Martin Jansa
2015-06-08 14:27     ` Moritz Blume
2015-06-08 15:20       ` Martin Jansa
2015-06-09  8:28         ` Moritz Blume

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox