summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/shell.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-30 12:21:06 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-30 12:21:06 +0000
commitaf9030880adcc76a8b747f655a85aa55f3e8a1ff (patch)
treefbe7df1187264f47fbe38e5114cc9db38bee8126 /bitbake/lib/bb/shell.py
parent80f0032667a6399524716537068089c1aa1c32e2 (diff)
downloadpoky-af9030880adcc76a8b747f655a85aa55f3e8a1ff.tar.gz
shell.py: stage is called populate_staging
Diffstat (limited to 'bitbake/lib/bb/shell.py')
-rw-r--r--bitbake/lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
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 = ""
518 518
519 def stage( self, params ): 519 def stage( self, params ):
520 """Execute 'stage' on a providee""" 520 """Execute 'stage' on a providee"""
521 self.build( params, "stage" ) 521 self.build( params, "populate_staging" )
522 stage.usage = "<providee>" 522 stage.usage = "<providee>"
523 523
524 def status( self, params ): 524 def status( self, params ):