From 5a4c688958a7dc1258575c0f6c3bd1af165b2585 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Jun 2009 14:45:52 +0100 Subject: packaged-staging.bbclass: Detect when we're using autotools_stage_all and don't hold the lock for as long when that is the case giving a significant performance boost with less lock contention and staging area file timestamp checking required Signed-off-by: Richard Purdie --- meta/classes/autotools_stage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/autotools_stage.bbclass') diff --git a/meta/classes/autotools_stage.bbclass b/meta/classes/autotools_stage.bbclass index 010117c250..ff0f4cd880 100644 --- a/meta/classes/autotools_stage.bbclass +++ b/meta/classes/autotools_stage.bbclass @@ -2,4 +2,4 @@ inherit autotools do_stage () { autotools_stage_all -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf