]> code.ossystems Code Review - openembedded-core.git/commitdiff
shell.py: stage is called populate_staging
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 30 Jan 2009 12:21:06 +0000 (12:21 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 30 Jan 2009 12:21:06 +0000 (12:21 +0000)
bitbake/lib/bb/shell.py

index c902f15a6ba94fccb5f444023598cc7d2b12cf44..b1ad78306d41787d072bde4612d1ca200c79667d 100644 (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 ):