From: Richard Purdie Date: Fri, 30 Jan 2009 12:21:06 +0000 (+0000) Subject: shell.py: stage is called populate_staging X-Git-Tag: 2011-1~7562 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af9030880adcc76a8b747f655a85aa55f3e8a1ff;p=openembedded-core.git shell.py: stage is called populate_staging --- diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index c902f15a6b..b1ad78306d 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 ):