diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-04 10:44:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 12:41:57 +0000 |
commit | 3c1b1312a6d5b06b8174e3c8d0fb26a237859764 (patch) | |
tree | 6eacf0611e4938ca9e042b7bbf1e379372c9853e /meta/classes | |
parent | e3b778a3a9a8b8ae5a18bb8cd786acd2b978e82d (diff) | |
download | poky-3c1b1312a6d5b06b8174e3c8d0fb26a237859764.tar.gz |
cmake: reset B from autotools, as this class doesnt like it
(From OE-Core rev: f8eae815186976f6111f30ae88ac33e723863982)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/cmake.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 54d45194d5..e64c30c412 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -13,6 +13,7 @@ OECMAKE_SOURCEPATH ?= "." | |||
13 | # If declaring this, make sure you also set EXTRA_OEMAKE to | 13 | # If declaring this, make sure you also set EXTRA_OEMAKE to |
14 | # "-C ${OECMAKE_BUILDPATH}". So it will run the right makefiles. | 14 | # "-C ${OECMAKE_BUILDPATH}". So it will run the right makefiles. |
15 | OECMAKE_BUILDPATH ?= "" | 15 | OECMAKE_BUILDPATH ?= "" |
16 | B="${S}" | ||
16 | 17 | ||
17 | # C/C++ Compiler (without cpu arch/tune arguments) | 18 | # C/C++ Compiler (without cpu arch/tune arguments) |
18 | OECMAKE_C_COMPILER ?= "`echo ${CC} | sed 's/^\([^ ]*\).*/\1/'`" | 19 | OECMAKE_C_COMPILER ?= "`echo ${CC} | sed 's/^\([^ ]*\).*/\1/'`" |