aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
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
parent80f0032667a6399524716537068089c1aa1c32e2 (diff)
downloadopenembedded-core-contrib-af9030880adcc76a8b747f655a85aa55f3e8a1ff.tar.gz
shell.py: stage is called populate_staging
Diffstat (limited to 'bitbake')
-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 = ""
def stage( self, params ):
"""Execute 'stage' on a providee"""
- self.build( params, "stage" )
+ self.build( params, "populate_staging" )
stage.usage = "<providee>"
def status( self, params ):