From baf5b230af919b6b0fd14ac5fc3e734bf7c464d5 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 Signed-off-by: Richard Purdie --- meta/classes/autotools.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/autotools.bbclass') 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" -- cgit v1.2.3