[OE-core] [PATCH v2] cmake.bbclass: allow searching host paths for non-target builds

2013-07-17 Thread Jonathan Liu
This allows /usr/bin/{ld,ar,objcopy,objdump,ranlib,strip} to be found and the CMAKE_{LINKER,AR,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables to be properly set for native cmake recipes. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/cmake.bbclass | 15 ++- 1 file

Re: [OE-core] [PATCH v2] cmake.bbclass: allow searching host paths for non-target builds

2013-07-17 Thread Stefan Herbrechtsmeier
Am 17.07.2013 08:26, schrieb Jonathan Liu: This allows /usr/bin/{ld,ar,objcopy,objdump,ranlib,strip} to be found and the CMAKE_{LINKER,AR,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables to be properly set for native cmake recipes. Signed-off-by: Jonathan Liu net...@gmail.com ---