diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-08 17:23:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-08 20:38:27 +0100 |
commit | 355338c40c6fc65d10980cfd75e9ab5ff96ed43a (patch) | |
tree | 1f9564de6685fd2237e14809e353249017531416 /bitbake/bin | |
parent | 9f33dde6e71b7b66db357b1bf289ae63e0db77d2 (diff) | |
download | poky-355338c40c6fc65d10980cfd75e9ab5ff96ed43a.tar.gz |
bitbake/cooker.py: Misc sync with upstream
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 520e54912a..c348e5e628 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -170,7 +170,6 @@ Default BBFILES are the .bb files in the current directory.""") | |||
170 | 170 | ||
171 | configuration = BBConfiguration(options) | 171 | configuration = BBConfiguration(options) |
172 | configuration.pkgs_to_build.extend(args[1:]) | 172 | configuration.pkgs_to_build.extend(args[1:]) |
173 | configuration.initial_path = os.environ['PATH'] | ||
174 | 173 | ||
175 | ui_main = get_ui(configuration) | 174 | ui_main = get_ui(configuration) |
176 | 175 | ||