aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-27 17:55:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-24 17:55:13 +0100
commit69b6eaca3d9b635e8a61a0fdbd814b558e91901d (patch)
treeaf2fda74e911c50842fc665841cdd1e20a9c7656 /meta/classes/autotools.bbclass
parent68ef727cdcef439e9bfc57996f3cebfc0e07789e (diff)
downloadopenembedded-core-contrib-69b6eaca3d9b635e8a61a0fdbd814b558e91901d.tar.gz
autotools: Enable separate builddir by default
(From OE-Core rev: baf5b230af919b6b0fd14ac5fc3e734bf7c464d5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index c60ba10929..f8c9b1e7b4 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -269,3 +269,5 @@ autotools_do_install() {
inherit siteconfig
EXPORT_FUNCTIONS do_configure do_install
+
+B = "${WORKDIR}/build"