]> code.ossystems Code Review - openembedded-core.git/commit
cmake.bbclass : Add support for cmake projects that use .S files.
authorPhilip Balister <philip@balister.org>
Wed, 17 Sep 2014 14:33:19 +0000 (10:33 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2014 11:57:10 +0000 (12:57 +0100)
commit43ce4b804d433662fe77c6f5298060ba74a0e639
tree4a4b2acde35a1223dedee76674ef9e64c7de48be
parentf6a39cc957bf85ff43513f0b76afc3b2c9c906b6
cmake.bbclass : Add support for cmake projects that use .S files.

UHD and GNU radio use the cmake build system. The toolchain file made
from cmake.bbclass does not set the variable needs by cmake projects
that use .S files. UHD added some .S files and these changes are required
to build recent UHD.

Signed-off-by: Philip Balister <philip@balister.org>
meta/classes/cmake.bbclass