diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-18 01:26:13 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-20 16:08:59 +0100 |
| commit | eefb4b66c8628fbf366ebc5c23cfe013c8fa3756 (patch) | |
| tree | 963a5aef8edd886cabb60e68b377d83375c23357 /bitbake | |
| parent | 9d0962491c2d7cec2bd53b4cf457e5a0ba73354c (diff) | |
| download | poky-eefb4b66c8628fbf366ebc5c23cfe013c8fa3756.tar.gz | |
bitbake: dump_cache.py: use python3 as interpreter
Fixed:
File "bitbake/contrib/dump_cache.py", line 39
print("Error, need one argument!", file=sys.stderr)
(Bitbake rev: 435c6fb838b9f38c0477bcc2f07c8ce22999132b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rwxr-xr-x | bitbake/contrib/dump_cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/contrib/dump_cache.py b/bitbake/contrib/dump_cache.py index a1f09b4044..f4d4c1b123 100755 --- a/bitbake/contrib/dump_cache.py +++ b/bitbake/contrib/dump_cache.py | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
| 2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
| 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
| 4 | # | 4 | # |
