[OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Øystein Walle
From: Øystein Walle Signed-off-by: Øystein Walle --- meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake b/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cma

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 03:00 PM, Øystein Walle wrote: -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) +set( CMAKE_ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) Where is the typo and what is it, exactly? Alex -- ___ Openembedded-core maili

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Maciej Borzęcki
On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin wrote: > On 10/10/2017 03:00 PM, Øystein Walle wrote: > >> -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) >> +set( CMAKE_ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) > > > Where is the typo and what is it, exactly? -set( CMA

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Øystein Walle
On 10 October 2017 at 14:31, Maciej Borzęcki wrote: > On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin > >> Where is the typo and what is it, exactly? > > -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) > > missing _ between CMAKE and ASM Correct. As it is the code defines a vari

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 03:38 PM, Øystein Walle wrote: I can resend the patch with a better commit message if you like. Yes please. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listi

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Philip Balister
On 10/10/2017 05:38 AM, Øystein Walle wrote: > On 10 October 2017 at 14:31, Maciej Borzęcki > wrote: >> On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin >> >>> Where is the typo and what is it, exactly? >> >> -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) >> >> missing _ between