Re: [OE-core] [PATCH 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-09 Thread Moritz Blume
then? On 08.06.2015 17:20, Martin Jansa wrote: On Mon, Jun 08, 2015 at 04:27:55PM +0200, Moritz Blume wrote: On 03.06.2015 16:55, Martin Jansa wrote: On Wed, Jun 03, 2015 at 03:57:33PM +0200, Moritz Blume wrote: Patches qt4-fail-silent.patch and support-oe-qt4-tools-names.patch were adapted

Re: [OE-core] [PATCH 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-08 Thread Moritz Blume
On 03.06.2015 16:55, Martin Jansa wrote: On Wed, Jun 03, 2015 at 03:57:33PM +0200, Moritz Blume wrote: Patches qt4-fail-silent.patch and support-oe-qt4-tools-names.patch were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the respective patch for details). Patch cmake

[OE-core] [PATCH 1/2] cmake: Whitespace fix

2015-06-03 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@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

[OE-core] [PATCH 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-03 Thread Moritz Blume
implemented in the meantime. The Ugly hack in cmake.inc is removed since these things belong to QT related recipes, not CMake. Note that CMake 3 needs to have the full compiler path in the toolchain file (see cmake.bbclass). Signed-off-by: Moritz Blume moritz.bl...@bmw-carit.de --- meta/classes

[OE-core] [PATCH v3 1/2] cmake: Whitespace fix

2015-06-10 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@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

[OE-core] [PATCH v2 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-09 Thread Moritz Blume
implemented in the meantime. Note that CMake 3 needs to have the full compiler path in the toolchain file (see cmake.bbclass). Signed-off-by: Moritz Blume moritz.bl...@bmw-carit.de --- meta/classes/cmake.bbclass | 8 ++- .../cmake/cmake-native_2.8.12.2.bb | 19

[OE-core] [PATCH v2 1/2] cmake: Whitespace fix

2015-06-09 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@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

[OE-core] [PATCH v5 0/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-23 Thread Moritz Blume
The changes to the cmake.bbclass file were removed, the absolute compiler path is not necessary. Moritz Blume (2): cmake: Whitespace fix cmake: Upgrade 2.8.12.2 - 3.2.2 meta/classes/cmake.bbclass | 2 +- .../cmake/cmake-native_2.8.12.2.bb | 19

[OE-core] [PATCH v5 1/2] cmake: Whitespace fix

2015-06-23 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@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

[OE-core] [PATCH v5 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-23 Thread Moritz Blume
implemented in the meantime. Signed-off-by: Moritz Blume moritz.bl...@bmw-carit.de --- .../cmake/cmake-native_2.8.12.2.bb | 19 -- meta/recipes-devtools/cmake/cmake-native_3.2.2.bb | 19 ++ meta/recipes-devtools/cmake/cmake.inc | 12 ++-- .../cmake/cmake/cmake

[OE-core] [PATCH v4 0/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-18 Thread Moritz Blume
In this revision I changed the which command, which was used in cmake.bbclass in order to find the compiler's full path, to command -v, which is more portable. Moritz Blume (2): cmake: Whitespace fix cmake: Upgrade 2.8.12.2 - 3.2.2 meta/classes/cmake.bbclass | 10

[OE-core] [PATCH v4 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-18 Thread Moritz Blume
implemented in the meantime. Note that CMake 3 needs to have the full compiler path in the toolchain file (see cmake.bbclass). Signed-off-by: Moritz Blume moritz.bl...@bmw-carit.de --- meta/classes/cmake.bbclass | 8 ++- .../cmake/cmake-native_2.8.12.2.bb | 19

[OE-core] [PATCH v4 1/2] cmake: Whitespace fix

2015-06-18 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@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

Re: [OE-core] [PATCH v3 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-17 Thread Moritz Blume
On 11.06.2015 21:10, Stefan Herbrechtsmeier wrote: Am 10.06.2015 um 09:36 schrieb Moritz Blume: Patches qt4-fail-silent.patch and support-oe-qt4-tools-names.patch were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the respective patch for details). Patch cmake-2.8.11.2