[bitbake-devel] [PATCH 1/1] dump_cache.py: use python3 as interpreter

Robert Yang liezhi.yang at windriver.com
Thu Aug 18 08:26:13 UTC 2016


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>
---
 bitbake/contrib/dump_cache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/contrib/dump_cache.py b/bitbake/contrib/dump_cache.py
index a1f09b4..f4d4c1b 100755
--- a/bitbake/contrib/dump_cache.py
+++ b/bitbake/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 -*-
 #
-- 
2.9.0




More information about the bitbake-devel mailing list