[OE-core] [PATCH 3/6] ext-sdk-prepare.py: python2 -> python3

Robert Yang liezhi.yang at windriver.com
Fri Jun 28 12:23:39 UTC 2019


This script is python3 indeed.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/files/ext-sdk-prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/files/ext-sdk-prepare.py b/meta/files/ext-sdk-prepare.py
index 96c5212..163d5e9 100644
--- a/meta/files/ext-sdk-prepare.py
+++ b/meta/files/ext-sdk-prepare.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Prepare the build system within the extensible SDK
 
-- 
2.7.4



More information about the Openembedded-core mailing list