diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-30 12:21:06 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-30 12:21:06 +0000 |
| commit | af9030880adcc76a8b747f655a85aa55f3e8a1ff (patch) | |
| tree | fbe7df1187264f47fbe38e5114cc9db38bee8126 | |
| parent | 80f0032667a6399524716537068089c1aa1c32e2 (diff) | |
| download | poky-af9030880adcc76a8b747f655a85aa55f3e8a1ff.tar.gz | |
shell.py: stage is called populate_staging
| -rw-r--r-- | bitbake/lib/bb/shell.py | 2 |
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 ): |
