diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-27 17:55:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-24 17:55:13 +0100 |
commit | 69b6eaca3d9b635e8a61a0fdbd814b558e91901d (patch) | |
tree | af2fda74e911c50842fc665841cdd1e20a9c7656 /meta/classes | |
parent | 68ef727cdcef439e9bfc57996f3cebfc0e07789e (diff) | |
download | poky-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')
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
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() { | |||
269 | inherit siteconfig | 269 | inherit siteconfig |
270 | 270 | ||
271 | EXPORT_FUNCTIONS do_configure do_install | 271 | EXPORT_FUNCTIONS do_configure do_install |
272 | |||
273 | B = "${WORKDIR}/build" | ||