cmake.bbclass: add toolchain file for cmake compilations
authorValentin Longchamp <valentin.longchamp@epfl.ch>
Thu, 22 Oct 2009 03:08:31 +0000 (03:08 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 20:50:18 +0000 (21:50 +0100)
commit69c661e671a2cff1b09d8598cf3792e8a0159005
tree77ea148025178481a30cac973c2493241c9754ce
parent90869a3727a820b60064c30f05832c7ad3436a27
cmake.bbclass: add toolchain file for cmake compilations

Based on work done by Matthew Dombroski.
We want to generate a toolchain file for cmake compilations. This
adds a task that is performed before the configure task.

Additional defines can be made in the toolchain file directly in
the recipe file by using a do_generate_toolchain_file_append().
This is especially interesting for recipes that need to define
values for additionnal libraries.

Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
classes/cmake.bbclass