1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

shell.py: stage is called populate_staging

This commit is contained in:
Richard Purdie
2009-01-30 12:21:06 +00:00
parent 80f0032667
commit af9030880a
+1 -1
View File
@@ -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 ):