[oe-commits] Ross Burton : cmake: reset B from autotools, as this class doesnt like it

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 12:43:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f8eae815186976f6111f30ae88ac33e723863982
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f8eae815186976f6111f30ae88ac33e723863982

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Feb  4 10:44:12 2013 +0000

cmake: reset B from autotools, as this class doesnt like it

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 54d4519..e64c30c 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/'`"





More information about the Openembedded-commits mailing list