diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-07-22 17:54:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 10:02:13 +0100 |
commit | 653b557770ed313f2a8279bc508640c285b6b3bc (patch) | |
tree | 19cfb448c5ecd2fa7498aecf7baa0a31656a3af9 /bitbake/lib/bb | |
parent | 8b7116d25ed6255a03895d835e5a0560858ab496 (diff) | |
download | poky-653b557770ed313f2a8279bc508640c285b6b3bc.tar.gz |
bitbake: "per-package" should say "per-recipe"
(Bitbake rev: 1cd369883469747a8158826bb8d67dcca2a8577f)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index f44a08889a..ecb3f9b68b 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -402,7 +402,7 @@ class BBCooker: | |||
402 | 402 | ||
403 | def showEnvironment(self, buildfile = None, pkgs_to_build = []): | 403 | def showEnvironment(self, buildfile = None, pkgs_to_build = []): |
404 | """ | 404 | """ |
405 | Show the outer or per-package environment | 405 | Show the outer or per-recipe environment |
406 | """ | 406 | """ |
407 | fn = None | 407 | fn = None |
408 | envdata = None | 408 | envdata = None |