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:20:27 +0000 |
commit | f8eae815186976f6111f30ae88ac33e723863982 (patch) | |
tree | 43d01767f4a1e2f7a655e6032b17718e6770497b /meta | |
parent | b6ffded282d2b4aeb924db443169a9263aade014 (diff) | |
download | openembedded-core-f8eae815186976f6111f30ae88ac33e723863982.tar.gz openembedded-core-f8eae815186976f6111f30ae88ac33e723863982.tar.bz2 openembedded-core-f8eae815186976f6111f30ae88ac33e723863982.zip |
cmake: reset B from autotools, as this class doesnt like it
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 ?= "." # If declaring this, make sure you also set EXTRA_OEMAKE to # "-C ${OECMAKE_BUILDPATH}". So it will run the right makefiles. OECMAKE_BUILDPATH ?= "" +B="${S}" # C/C++ Compiler (without cpu arch/tune arguments) OECMAKE_C_COMPILER ?= "`echo ${CC} | sed 's/^\([^ ]*\).*/\1/'`" |