[oe-commits] [openembedded-core] 04/06: ext-sdk-prepare.py: python2 -> python3

git at git.openembedded.org git at git.openembedded.org
Fri Jun 28 12:36:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit a72f24ff1ce35b897c98139742c2495fcf13c078
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Fri Jun 28 20:23:39 2019 +0800

    ext-sdk-prepare.py: python2 -> python3
    
    This script is python3 indeed.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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
 

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


More information about the Openembedded-commits mailing list