From: Richard Purdie Date: Fri, 30 Jan 2009 12:21:06 +0000 (+0000) Subject: shell.py: stage is called populate_staging X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~51718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9030880adcc76a8b747f655a85aa55f3e8a1ff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shell.py: stage is called populate_staging --- diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index c902f15a6ba..b1ad78306d4 100644 --- a/bitbake/lib/bb/shell.py +++ b/bitbake/lib/bb/shell.py @@ -518,7 +518,7 @@ SRC_URI = "" def stage( self, params ): """Execute 'stage' on a providee""" - self.build( params, "stage" ) + self.build( params, "populate_staging" ) stage.usage = "" def status( self, params ):