summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools_stage.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* autotools: deprecate autotools_stage classJoshua Lock2010-04-271-3/+0
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* packaged-staging.bbclass: Detect when we're using autotools_stage_all and ↵Richard Purdie2009-06-111-1/+1
| | | | | | 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>
* classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2008-12-301-0/+5
recipes using standard autotools