[oe-commits] [bitbake] 08/09: dump_cache.py: use python3 as interpreter

git at git.openembedded.org git at git.openembedded.org
Fri Aug 19 15:52:00 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 435c6fb838b9f38c0477bcc2f07c8ce22999132b
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Aug 18 01:26:13 2016 -0700

    dump_cache.py: use python3 as interpreter
    
    Fixed:
      File "bitbake/contrib/dump_cache.py", line 39
        print("Error, need one argument!", file=sys.stderr)
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 contrib/dump_cache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/dump_cache.py b/contrib/dump_cache.py
index a1f09b4..f4d4c1b 100755
--- a/contrib/dump_cache.py
+++ b/contrib/dump_cache.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list