Re: [OE-core] [PATCH] cmake.bbclass: adding extendable extra variable to root path

2011-09-28 Thread Otavio Salvador
On Wed, Sep 28, 2011 at 09:10, Andrew Gabbasov wrote: > Introducing a hook variable for various .conf files to add > extra path elements to cmake. For example, it can be used > in external toolchain conf file to add ${TOOLCHAIN_PATH} > to cmake root path search. > > Signed-off-by: Andrew Gabbasov

[OE-core] [PATCH] cmake.bbclass: adding extendable extra variable to root path

2011-09-28 Thread Andrew Gabbasov
Introducing a hook variable for various .conf files to add extra path elements to cmake. For example, it can be used in external toolchain conf file to add ${TOOLCHAIN_PATH} to cmake root path search. Signed-off-by: Andrew Gabbasov --- meta/classes/cmake.bbclass |3 ++- 1 files changed, 2 in