From 69b6eaca3d9b635e8a61a0fdbd814b558e91901d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 27 Feb 2014 17:55:50 +0000 Subject: autotools: Enable separate builddir by default (From OE-Core rev: baf5b230af919b6b0fd14ac5fc3e734bf7c464d5) Signed-off-by: Richard Purdie --- meta/classes/autotools.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes') diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index c60ba10..f8c9b1e 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" -- cgit v1.1