summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools_stage.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-11 14:45:52 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-11 14:46:17 +0100
commit5a4c688958a7dc1258575c0f6c3bd1af165b2585 (patch)
tree50be9f432541c51769cecba5361c758005fc6f23 /meta/classes/autotools_stage.bbclass
parent4d503cfa062552046d9331a6dcfa724225cebc11 (diff)
downloadpoky-5a4c688958a7dc1258575c0f6c3bd1af165b2585.tar.gz
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 <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/autotools_stage.bbclass')
-rw-r--r--meta/classes/autotools_stage.bbclass2
1 files changed, 1 insertions, 1 deletions
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
2 2
3do_stage () { 3do_stage () {
4 autotools_stage_all 4 autotools_stage_all
5} \ No newline at end of file 5}